curly_brackets
curly_brackets

Reputation: 5598

Facebook Auth Dialog display page

Is it not possible to display the Auth Dialog as page any longer?

It used to work, but now I can't seem to get it to work.

Thank you in advance.

Upvotes: 1

Views: 390

Answers (1)

Graham Swan
Graham Swan

Reputation: 4838

If you want to display the authentication screen as a full page (rather than a popup window), simply redirect your users to the following URL:

https://www.facebook.com/dialog/oauth?client_id=<app_id>&redirect_uri=<app_url>&scope=email

Upvotes: 1

Related Questions