Unable to load the registration form for XXXX. You may have previously blocked this app on Facebook. Go to your Facebook privacy settings to unblock this app. (Error: That 'redirect_uri' isn't allowed for that client_id.)
I'm not sure what I didn't do correctly. I setup my facebook app Id and here is a screenshot from the setup page
And here is how I configured the iframe: I replaced my app Id with 1111111111 for obvious reasons
Code: Select all
<iframe name = "fb_signup" src="https://www.facebook.com/plugins/registration?
client_id= 111111111111&
redirect_uri=http%3A%2F%2Fdevelopers.facebook.com%2Ftools%2Fecho%2F&
fields=name,birthday,gender,location,email"
scrolling="auto"
frameborder="no"
style="border:none"
allowTransparency="true"
width="100%"
height="330">
</iframe>
Also tried the facebook XML but neither got an error message nor the pre-filled dialog from facebook
Code: Select all
<fb:registration
fields="name,birthday,gender,location,email"
redirect-uri="http://developers.facebook.com/tools/echo/">
</fb:registration>