You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once user logged in using twitter aouth, in callback we get oauth token and oauth_token_provider.
if i need to post tweets in my account, twitter require access_token and access_token_secret so how can i get these params in response ?
The text was updated successfully, but these errors were encountered:
I could be mistaken, but I don't think oauth is intended to provide access to a person's account via API tokens. Instead, it's intended to verify the user is who they say they are, and in some cases pass on useful information like locale/email.
That being said, it could be possible if twitter supports granting the API access via oauth, but you may want to consider using something like this gem instead.
Once user logged in using twitter aouth, in callback we get oauth token and oauth_token_provider.
if i need to post tweets in my account, twitter require access_token and access_token_secret so how can i get these params in response ?
The text was updated successfully, but these errors were encountered: