Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm trying to use the Facebook's Registration plugin and i keep getting this error: "That 'redirect_uri' isn't allowed for that client_id."

My settings in FB:

enter image description here

Source: <div id="fb-reg"> <fb:registration fields="name,birthday,gender,location,email" redirect-uri="http://www.facebook.com/develtestpage/signupsuccess.php" width="530"> </fb:registration> </div>

I found a few article but it should work...

share|improve this question

2 Answers

up vote 1 down vote accepted

Change your redirect uri from http://www.facebook.com/develtestpage/signupsuccess.php to http://cold-dawn-9801.herokuapp.com/

share|improve this answer
Thank you very much!!! – Thomas Bereczky May 30 '12 at 6:36

You need to set your domain. ( App-domain )

Facebook will allow redirect only to the registered domain for the client id.

share|improve this answer
I alredy did, i just now realised its forget my domain... – Thomas Bereczky May 30 '12 at 5:39
What did i miss? youtube.com/watch?v=79cfaGACCDE – Thomas Bereczky May 30 '12 at 6:01

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.