Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing redirect_uri parameter #45

Closed
catsby opened this issue Sep 10, 2010 · 2 comments
Closed

Missing redirect_uri parameter #45

catsby opened this issue Sep 10, 2010 · 2 comments

Comments

@catsby
Copy link

catsby commented Sep 10, 2010

I forked the repo and built the app fine. Taping the "login" button displays a popup with an error in it

{"error":{"type":"OAuthRedirectURIMismatchException", "message":"Missing redirect_uri parameter."}}

I did simple NSLog's to check the value of kRedirectURL, the object pared with the key "redirect_uri", and it's set to fbconnect://success

What am I missing here?

@yujuan
Copy link

yujuan commented Sep 10, 2010

Do you add the app id in the demoAppController? can you do a git diff against the depot see if anything change?

@catsby
Copy link
Author

catsby commented Sep 11, 2010

I screwed up during the app registration process and had two apps with the same name. Only one of them was valid, apparently, and I was using the invalid API key. I cleared up that mess, and put in the single app id that I have, and everything works fine now.

Sorry to waste your time ;)

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants