Get a page's average number of posts / day using Facebook API? -



Get a page's average number of posts / day using Facebook API? -

i'm trying figure out way calculate facebook page's average number of posts per day using api. problem api not show when page created. instead, i'm downloading posts , using oldest post sort of creation date (which not 100 percent correct...).

the problem when page adds backdated posts. instance, might post image in 2012 that's dated 2008. post oldest, if page hasn't existed long.

one solution go updated_time field instead of created_time, it's not great solution still may not correct.

is there someway around this?

sorry if question has come before, couldn't find on it.

unfortunately you're looking isn't possible using api.

for given post 2 dates returned - created_time , updated_time.

as rightly pointed out created_time can updated add together post in past. updated_time not work gets updated whenever comments on post.

https://developers.facebook.com/docs/graph-api/reference/v2.3/post

facebook facebook-graph-api facebook-php-sdk

Comments

Popular posts from this blog

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -