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
Post a Comment