Questions tagged [facebook-insights]

Facebook Insights provides developers and Page owners with metrics about their content.

411 questions
-1
votes
3 answers

Null string exception

Before i ask my question i need to mention that i looked up in the site to solve the problem but i didnt find nothing. Here is my function : public string GetAccessToken(int agencyId) { string retrunString = null; Token…
Tal
  • 225
  • 3
  • 11
-1
votes
1 answer

How do I get video likes of my posted videos through facebook api

I am trying to get video-likes programmatically, the graph api requires a video-id, but I do not know how to get to the video-id? Is there a way to get a list of all my posted video-ids? Thanks,
Behzad Pirvali
  • 724
  • 2
  • 9
  • 24
-1
votes
1 answer

How can I get API information about "platform post" of Facebook Insight?

I can’t find out API information about "platform post" and “Offer” of Facebook Insight? Overview of Facebook Insight provides Admin with post information by post type - post, photo, link, video, platform post, question, and offer. But I can’t find…
-1
votes
1 answer

Insights last available data

I'm trying to get the last value of the page_fans_country metric for a set of pages via fql in an efficient manner, so i have to specify in my query the exact end_time field to get for each page a single value (and save some bandwith). The problem…
-2
votes
1 answer

Never expire facebook page and data access token

I want to generate never expired facebook page and data access token. Following this Never Expiring Facebook Page Access Token I am able to make facebook page never expired but data access will be expired after 3 months.Is there any way to make…
-2
votes
1 answer

Facebook Marketing API Ad wise Share count

I am using facebook marketing API and I try to use action_type,action_reaction. It gives me a reaction(like,wow,sad,...) and Number of comments data but Its not returning share count data. I am looking to share count.…
1 2 3
27
28