Quantcast
Channel: Receiving real-time Page feed update using facebook's real time update api - Stack Overflow
Viewing all articles
Browse latest Browse all 2

Receiving real-time Page feed update using facebook's real time update api

$
0
0

So I want to receive a real time notification update whenever there is a new post on a particular page. I've referred to facebook's real-time update api guide for this (https://developers.facebook.com/docs/graph-api/real-time-updates/v2.3)

I've subscribed to page feed update for my app:

enter image description here

My app has "manage_pages" permission:

<fb:login-button scope="manage_pages" onlogin="checkLoginState();">

After the admin of the page logs in with my app I should be receiving pafe feed updates right? But it does not work.

Some people mentioned that I have to make a post request to this url (https://graph.facebook.com/PAGEID/tabs?app_id=APPID&method=POST&access_token=PAGE_ACCESS_TOKEN) so that I get update from that particular page.

I tried this too which gave a response true but I'm still not receiving any updates when the page makes new posts.

If anyone has achieved this, please post a detailed How-To. I'd really appreciate it. Facebook's documentation are not good.

Thanks


Viewing all articles
Browse latest Browse all 2

Latest Images

Trending Articles





Latest Images