Skip to content
Ezequiel França edited this page Nov 17, 2015 · 2 revisions
    [[NXOAuth2AccountStore sharedStore] setClientID:@"clientID"
                                             secret:@"clientSecret"
                                   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"];
Clone this wiki locally