Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

facebook api email permissions

I am using scope-email in order to get users email on facebook api. How is it possible to gain users email by requesting basic info and ask for email permissions in one easy step? So far I have managed to request basic info and then ask for email permissions in 2 steps. http://apps.facebook.com/slotomania/?fb_source=search&redirect_uri=http%3A%2F%2Fapps.facebook.com%2Fslotomania%2F%3Ffb_source%3Dsearch&src=yb3_22_S-C_C_A2-A11_Feb14_Sr&ref=ts&fref=ts

like image 309
Petran Avatar asked Mar 18 '13 16:03

Petran


People also ask

Does Facebook allow API?

The Facebook API allows your app — and your app users — to access and manage content in their Facebook Group. With this API, you can let people publish content from your app to their Group.

How do I add permissions to my Facebook app?

Tap in the top right of Facebook. Scroll down and tap Settings. Go to the Permissions section and tap Apps and Websites. Go to Apps, Websites and Games and tap Edit.

Can I use Facebook API for free?

The Graph API is free to use, for all applicable use cases. Rate Limiting applies though, developers.facebook.com/docs/graph-api/advanced/rate-limiting There is no way to “pay” or otherwise get those limits raised for normal 3rd party apps.


1 Answers

If you go into your developer page and click on the app settings you can edit permissions the app requests. If you click in the User & Friend Permissions field and start typing email, you can tell your app to request email permissions. If you then click on the "Preview Login Dialogue" you will see it asks for exactly what you linked to.

Screenshot

like image 155
Craig Avatar answered Nov 12 '22 23:11

Craig