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 have the following facebook registration plugin that lets user register through their FB account. Following is theiFrame that does this job.

       <iframe src="https://www.facebook.com/plugins/registration.php?
         client_id=239703062769103&
         redirect_uri=http://www.booze-log.com/kruskirety/profileThis.php
         fields=name,birthday,gender,location,email"
          scrolling="auto"
          frameborder="no"
          style="border:none"
          allowTransparency="true"
          width="100%"
          height="330">
     </iframe>

When this displays, only the name field of the user is visible and the rest-birthday, gender, location, email are not visible. I tried setting the fields to JSON type as well but the problem still persists.

Here is the screenshot of what the problem looks like

Help would be appreciated.

share|improve this question
Okay, I have found the answer but I wouldn't be able to submit it for another 7 hours due to reputation constraints. – ladiesMan217 Dec 25 '11 at 20:40
You should post your solution, so in case others have this same problem, they will know how to fix :) – DMCS Dec 25 '11 at 21:34
Yes, I am most willing to but it says users less than 100 reputation points cannot do so for another 7 hours starting from the time of post. So I can only wait :) – ladiesMan217 Dec 25 '11 at 21:48
Thanks jbloom that'd be awesome – DMCS Dec 25 '11 at 22:01

1 Answer

up vote 0 down vote accepted

So I have found the answer. It was a minor missing of &-ampersand, after profileThis.php in redirect_uri that was causing this issue. A silly mistake costs both time and effort I reckon.

share|improve this answer

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.