-
Notifications
You must be signed in to change notification settings - Fork 216
Example: Instagram
toto edited this page Feb 14, 2013
·
2 revisions
[[NXOAuth2AccountStore sharedStore] setClientID:@"clientID"
secret:@"clientSecret"
scope:[NSSet setWithObjects:@"likes", @"relationships", @"comments", nil]
authorizationURL:[NSURL URLWithString:@"https://api.instagram.com/oauth/authorize"]
tokenURL:[NSURL URLWithString:@"https://api.instagram.com/oauth/access_token"]
redirectURL:[NSURL URLWithString:@"myapp://instagram-callback"]
forAccountType:@"Instagram"];