api - Is there any easy way to "provide" more permissions for my facebook connect app, using sfFacebookConnect -
from see now, seems plugin provides me authenticated facebook user's email address.i need first name, last name, , other data.
with plugin (few month ago) facebook_connect setting in app.yml did not work.
so, i've put fb login button :
<a href="https://www.facebook.com/dialog/oauth?client_id=*id_client*&redirect_uri=<?=urlencode("http://*your_url_callback*")?>&scope=email,user_birthday,publish_stream&response_type=token"><img src="/images/fb_dark_medium_short.gif" alt="facebook connect" style="width:100px"/></a>
you can add in scope parameter permissions.
hope can
Comments
Post a Comment