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

haskell - Using filter on an item in a list? -

c# - When does PreApplicationStartMethod actually get triggered to run? -

tomcat6 - Exception when stopping container for a with Spring + Quartz + Tomcat web application -