facebook graph api explorer return values only for life time -


i searching likes given videos in facebook page.....but returned lifetime values instead of specific date value.

i using c#.net windows application

for example: below link used values

https://graph.facebook.com/2.4/pageid_videoid/insights/period=day returns lifetime value instead of day values.

please me find out solution......

thanks in advance

you need call endpoint this:

https://graph.facebook.com/2.4/{post_id}/insights?period=day 

where {post_id} post's unique id.

see


Comments

Popular posts from this blog

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

javascript - Chrome Extension: Interacting with iframe embedded within popup -