maximbilan / Quizlet-iOS

iOS framework for using Quizlet API 2.0
MIT License
18 stars 2 forks source link

Probably not your fault.. any idea why I am getting "Page Unavailable" with every auth request? #1

Closed ccwasden closed 9 years ago

ccwasden commented 9 years ago

So, I have followed your directions in the Readme.. but after seeing this:

screen shot 2015-02-17 at 7 50 58 pm

I always see this after confirming and Quizlet never redirects back to my app.....

screen shot 2015-02-17 at 7 49 51 pm

Here is what my code looks like

 [[Quizlet sharedQuizlet] startWithClientID:@"________"
                                 withSecretKey:@"________"
                               withRedirectURI:@"wasdesign.us://after_oauth"];

And here is what my redirect uri is in the quizlet dashboard:

image

maximbilan commented 9 years ago

I just seen the example, and all is ok. Maybe it's some problem with your quizlet keys and redirect URI.

I see in my test quizlet account: screen shot 2015-02-18 at 10 28 21

Please, try to add 'after_oauth' to your redirect URI in the quizlet developer dashboard.

ccwasden commented 9 years ago

Perfect, thanks @maximbilan I figured it was something simple.

maximbilan commented 9 years ago

No problem:)