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

OAuthSample should be updated for Twitter API 1.1 #12

Open
GoogleCodeExporter opened this issue May 21, 2015 · 0 comments
Open

OAuthSample should be updated for Twitter API 1.1 #12

GoogleCodeExporter opened this issue May 21, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

Here are the changes necessary:

signInToTwitter:
    NSURL *requestURL = [NSURL URLWithString:@"https://api.twitter.com/oauth/request_token"];
    NSURL *accessURL = [NSURL URLWithString:@"https://api.twitter.com/oauth/access_token"];
    NSURL *authorizeURL = [NSURL URLWithString:@"https://api.twitter.com/oauth/authorize"];

doAnAuthenticatedAPIFetch:
    NSString *urlStr = @"https://api.twitter.com/1.1/statuses/home_timeline.json";

Original issue reported on code.google.com by [email protected] on 18 Apr 2014 at 3:25

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

No branches or pull requests

1 participant