Alexei
Alexei

Reputation: 1339

Other way to ask Request for Permission for authorize application

I want to know how to add this functionality (I don't know how it calls), when a user clicks on application in Facebook, this window is shown:

Example of an application that requests access to profile

How to change traditional "Request for Permission" windows to this one?

Upvotes: 0

Views: 116

Answers (1)

Juanmi Rodriguez
Juanmi Rodriguez

Reputation: 597

In your application settings in Facebook you can configure the new authorization dialog:

https://developers.facebook.com/apps/APP_ID/auth

Just follow screen instructions, you can add a description, headline, extended permissions, etc. (If you add extended permissions, a second permissions screen will be shown to the user, so the user would have to go through 2 screens before actually entering your app).

Upvotes: 1

Related Questions