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.

After click on register, there is no oauth_token in the json obejct....

This is the code:

<div id="fb-root">
<script>

    (function (d, s, id) {
        var js, fjs = d.getElementsByTagName(s)[0];
        if (d.getElementById(id)) { return; }
        js = d.createElement(s); js.id = id;
        js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=MY_APP_ID";
        fjs.parentNode.insertBefore(js, fjs);
    } (document, 'script', 'facebook-jssdk'));
</script>
</div>
<iframe src="https://www.facebook.com/plugins/registration.php?
         client_id=MY_APP_ID&
         redirect_uri=THE_RED_URI&
         fields=name,email"
    scrolling="auto"
    frameborder="no"
    style="border:none"
    allowTransparency="true"
    width="100%"
    height="330">

share|improve this question
That is too little to tell anything.Can you describe what all step you are doing.? – Umesh Awasthi Dec 6 '11 at 5:06
I'm trying to do some verification on the registration....If the oauth_token is same with the oauth_token in my website's database,the user can proceed to the website.... – Ijat Melora Dec 6 '11 at 5:15

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

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

Browse other questions tagged or ask your own question.