Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can user post tweets once logged in using twitter aouth ? #805

Open
indermishra opened this issue Oct 26, 2016 · 1 comment
Open

How can user post tweets once logged in using twitter aouth ? #805

indermishra opened this issue Oct 26, 2016 · 1 comment

Comments

@indermishra
Copy link

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 ?

@joshbuker
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants