android - Re Ask for remaining permissions on authenticate Facebook user -


i integrate facebook app on android , request login "public_profile,email,user_friends,user_photos" permissions first time. when login restrict email permission. when i'm going authenticate second time saying "you have authorized app". whereas should ask remaining permissions again. if in future need email permission how can permit it.is there way it.

here screen

edit permission screen

thanks,

once user has declined permission, app can not ask again same way – need explicitly re-ask it, passing parameter auth_type=rerequest in login dialog call.

https://developers.facebook.com/docs/facebook-login/permissions/requesting-and-revoking#handling


Comments

Popular posts from this blog

javascript - Laravel datatable invalid JSON response -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -