javascript - Is there a nice way in Trigger.io to handle OAuth1.0a for Twitter? -


i'm using kinvey. provide great tutorial detailing sign-in via oauth. handle considerable amount on end allowing simple social signin method.

the issue providing proper callback url when creating app within twitter. how make play nicely tabs:childbrowser in trigger.io?

i've seen this answer regarding how use trigger.io handle oauth2, how go augmenting method provide use oauth1.0a use twitter?

i've put demo app shows how use forge.request.ajax , forge.tabs.open oauth 1.0a flow against twitter. might update docs same when second.

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


Comments