facebookoauthdialogx-facebook-platform

facebook permission dialog pop-up like an overlay on the same page


I have seen that APP Permission dialog for music /song apps show up on the same page.

and for the other apps it opens new tab OR does redirect.

Is it possible to have the same permission dialog for game app ?

for ex If user don't have Saavn app and they click on appname link It will show permission dialog as an Overlay as shown below : enter image description here

For my App the permission dialog takes user to new page as shown below: enter image description here

My app settings for authenticated referrals : enter image description here


Solution

  • You need to enable Authenticated Referrals per the instructions in Facebook's documentation - this is all controlled in your app settings and if you're using the Facebook PHP SDK won't require any code changes