etiennea / phonegap-twitter-plugin

A simple twitter connect/tweet plugin for phonegap on iOS (uses the native twitter integration)
Other
21 stars 14 forks source link

Authentication token #7

Closed jvence closed 9 years ago

jvence commented 9 years ago

Not sure if this makes much sense but my app will send the Twitter token to the server which will make some calls directly to twitter. Can this plugin pass an authentication token?

etiennea commented 9 years ago

Yes you can do it with this plugin.

Have a look at this old plugin https://github.com/PatrickHeneise/SocialAuthenticationPlugin that does only that. You just need to call

TW_API_ROOT "/oauth/access_token"

https://dev.twitter.com/oauth/overview