Is there a good way in Trigger.io to handle OAuth1.0a for Twitter?

I am using kinvey . They provide this excellent tutorial describing login through oauth. They also process a significant amount at their end, which allows a very simple method of social signing .

The problem is providing the correct callback url when creating the application on twitter. How to make this beautiful tabbed game : childBrowser in Trigger.IO?

I saw this answer on how to use Trigger.IO to handle OAuth2 , how can I extend the method that they provide for use with OAuth1.0a for use with Twitter?

+4
source share
1 answer

I put together a demo application that shows how to use forge.request.ajax and forge.tabs.open to stream OAuth 1.0a against Twitter. You can update documents with the same when you get a second.

https://github.com/goodgravy/forge-spikes/tree/master/twitter-oauth

+1
source

Source: https://habr.com/ru/post/1490933/


All Articles