There was a problem with the Facebook Graph API. I want to read page notifications through the Graph API. But the Facebook documentation only indicates the user's notification.
Only after that returns a notification to the user (the user who provided the access token for this.)
http://graph.facebook.com/me/notifications
I used the following methods. But no luck.
01. But I tried using different URLs with the access token provided by this page. (with my stupid guessing game, replacing the page id for me)
http://graph.facebook.com/page-id/notifications
02. Tested using the Insights API. But Insights does not provide direct solutions. This is more like statistics. But I just need a list of recent user / fan / message actions on the page.
https://graph.facebook.com/page-id/insights/field
A little about my application (I hope that there are no problems with this, how the other API works),
The Facebook documentation is not very helpful. I spent several days on this to find a solution for this. Itβs just interesting that one of you guys ran into this problem and solved it. Hopefully I did not ask a duplicate question here, since I searched for a few days on Stackoverflow too.
Thanks.
source share