crino / instagram-ios-sdk

Instagram SDK for iOS
http://www.followgram.me
228 stars 63 forks source link

Scope (Permissions) Error #3

Closed KaoYodStudio closed 11 years ago

KaoYodStudio commented 11 years ago

I have use multi scope

code : [appDelegate.instagram authorize:[[NSArray alloc] initWithObjects:@"comment",@"likes", nil ] ];

When I touch login button I got error message from instagram.com. I think URL generate from iOS it's incorrect.

URL : scope=comments%2Blikes

And I edit %2B to "+" It's worked.

URL : scope=comments+likes

crino commented 11 years ago

fixed with last commit ;)