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

Unauthorized requests #394

Closed
alec-c4 opened this issue May 11, 2013 · 1 comment
Closed

Unauthorized requests #394

alec-c4 opened this issue May 11, 2013 · 1 comment

Comments

@alec-c4
Copy link

alec-c4 commented May 11, 2013

Hi,
is it possible to use twitter gem to preform unauthorized requests like in following example - http://stackoverflow.com/questions/4794562/how-can-i-get-a-twitter-screenname-username-with-the-twitter-oauth-gem-using-the ? I'd like to get screen_name by id. but i'd like to do not preform user authentication

@stve
Copy link
Collaborator

stve commented May 11, 2013

Twitter API 1.1 requires that all requests are authenticated. Fortunately, there's an alternative to user authentication: Application-only auth support for which just landed in master (see #387) with additional features being proposed in #393. I don't believe a version has been shipped with these features yet.

@stve stve closed this as completed May 29, 2013
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