Facebook Graph Api subscription to posts/notes -


i need updates on posts users of facebook app. interested in comments , likes on posts , way notified app database can populated.

i have seen subscription api limmited user/permission/pages. interested in connections. work arounds guys suggest updates , reaching interactions. understand cron job calling posts individually using graph api not practical.

i've been looking solve similar problem, found real-time updates feature bit lacking in data returns (hopefully changes). eneded using batch request instead http://developers.facebook.com/docs/reference/api/batch/ allows 20 graph api calls in 1 http request. i'm bit unsure on api usage. @ moment i'm assuming each api call in batch still counts, cant find says otherwise.


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -