Sunday, 15 January 2012

Facebook javascript sdk asking for birthday permission randomly -



Facebook javascript sdk asking for birthday permission randomly -

i need user_birthday , email along of basic profile info facebook user.

i not using xfbml in view html button calls next javascript function on click

function logintofacebook(){ fb.login(function(response){ console.log(json.stringify(response)); checkloginstate('login'); }, {scope: 'email,user_birthday'}); homecoming false; }

the issue little strange, when go login , permission dialog pops up. basic profile , email permission asked user_birthday random. id`s can see beingness asked others not.

am missing something? guidance? if need other part of code, please allow me know.

https://developers.facebook.com/docs/apps/changelog

apps requesting more public_profile, email , user_friends permission must reviewed facebook before permissions can requested people.

meaning, user_birthday needs approved before can used users, else work users role in app (admin, developer, tester). there should visible message telling when open login dialog admin/developer of app.

more information: https://developers.facebook.com/docs/apps/review/login

javascript facebook facebook-javascript-sdk

No comments:

Post a Comment