We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
[[NXOAuth2AccountStore sharedStore] setClientID:@"clientID" secret:@"clientSecret" authorizationURL:[NSURL URLWithString:@"https://foursquare.com/oauth2/authenticate"] tokenURL:[NSURL URLWithString:@"https://foursquare.com/oauth2/access_token"] redirectURL:[NSURL URLWithString:@"myapp://foursquare-callback"] forAccountType:@"Foursquare"];