Facebook app request notification not showing

I created a website app and gave it the website url. (The URL of the site is actually not real. It is redefined in my localhost file for development purposes. Does it matter?).

I used the sample code to create a request dialog to send requests to another facebook account. I used the fieldless multi-user interface :. When I refresh the page in another facebook account, I see red 1 on the world icon for only a split second, but then it disappears and there is no notification that can be found. He does this every time I submit a request. Is there something wrong with my requests that they are instantly deleted? Did I somehow customize my application?

+4
source share
1 answer

I had the same problem, I was able to fix this by entering the URL in the https://developers.facebook.com/apps apps basic site URL information, add the application domain and canvas URL ... I suspect it will only work with the canvas url, as this is the url the notification links to.

hope this helps

Hooray!

+12
source

Source: https://habr.com/ru/post/1388572/


All Articles