facebook - Permissions for application -


i set user & friend permissions on application, user email on website. info when click preview login dialog:

this app receive:

your basic info email address (xyz@xyz.com) birthday relationship details photos 

when tried log in on website, application needs information:

this app receive:

your basic info 

why? why doesn't main application have same permissions preview?

regards

edit:

i'm using auth tutorial: http://www.asp.net/mvc/tutorials/mvc-4/using-oauth-providers-with-mvc - , code has not changed in project.
honestly, don't want change authorization methods, because want provide twitter login, , mechanism perfect me.
i want add facebook "scope=email,publish_stream".

i discovered, when put query manually when website redirect me facebook application (&scope=email,publish_stream), works perfect. there solution on back-code?

the app detail page in app center displays permissions required new users. can considered version of login dialog in capacity, making easy new users install app directly app center. can configure set of permissions app requires in settings > permissions tab.

source: https://developers.facebook.com/docs/guides/appcenter/#authorization

so, these permission settings apply when you've got app in app center configure, case useful to:

  • show permissions user asked before user decides use app,
  • avoid additional login dialog.

because app don't (i guess) figure in app center, have ask permissions using usual way: code. so, read: how use user permissions facebook c# sdk

edit: forget app center now. last step should do. app center gathers great , famous apps only, work , facebook employees need accept:

not apps appear in app center, , reserve right remove apps not meet high quality bar. once you’ve created app detail page, we’ll review , app make sure meets our eligibility, submission, , quality guidelines.

so, asking app appear on app center last thing should think about.


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -