facebook-insights

The app ID specified within the “fb:app_id” meta tag was invalid

喜夏-厌秋 提交于 2019-12-04 00:43:47
I tried to enable Facebook Insights for my web. I added my page's APP_ID to fb:admins to enable every admin of my page to access Insights when logged into Facebook as Page. But when I try to save the dialog message appears: The app ID "123,123,123,123,123" specified within the "fb:app_id" meta tag was invalid. I double checked my app ID and it's correct. To link Domain Insights to an app rather than a user, you need to use the fb:app_id tag: <meta property="fb:app_id" content="your_app_id" /> Source: https://developers.facebook.com/docs/insights/ Only personal IDs are allowed in the fb:admins

Facebook post impressions are null in FQL stream query

╄→гoц情女王★ 提交于 2019-12-03 14:52:26
According to the FQL Stream documentation the following query is supposed to return impression counts when run by an authenticated page owner, yet it never does. We have the page owner authenticating directly in the graph api explorer with extended permissions (read_stream, read_insights), but the impression counts are always null. Is anyone able to get this working? SELECT post_id, actor_id, message, impressions FROM stream WHERE actor_id = {owned_page} and source_id = {owned_page} Sahil Mittal I think its missing in the documentation, but you should make this call using the page access token

Facebook Graph API (#190) This method must be called with a Page Access Token

心不动则不痛 提交于 2019-12-01 01:35:58
I get data from the Facebook insights via Facebook Graph API more than year. And recently started all my requests (like {id}/insights ) to return with an error: (#190) This method must be called with a Page Access Token . But the Access token contains scopes manage_pages,read_insights . Any ideas? Achraf Khouadja manage_pages,read_insights This will give a user access_token , that u can use to manage pages & check insights, But a page token became required for any /insights endpoint since 5th feb 2018 Use your manage_pages scope & user_token to get a Page access token Send a get request to

Facebook Graph API (#190) This method must be called with a Page Access Token

大城市里の小女人 提交于 2019-11-30 19:15:41
问题 I get data from the Facebook insights via Facebook Graph API more than year. And recently started all my requests (like {id}/insights ) to return with an error: (#190) This method must be called with a Page Access Token . But the Access token contains scopes manage_pages,read_insights . Any ideas? 回答1: manage_pages,read_insights This will give a user access_token , that u can use to manage pages & check insights, But a page token became required for any /insights endpoint since 5th feb 2018

Facebook Marketing API - Python to get Insights - User Request Limit Reached

ぐ巨炮叔叔 提交于 2019-11-28 11:38:17
So I am trying my best to navigate my way through the Facebook API. I need to crate a script that will download my business' campaign information daily as a csv file so I can use another script to upload the information to our database easily. I finally have code that works to print the information to the log, but I am reaching the user request limit because I have to call get_insights() for every single campaign individually. I am wondering if anyone knows how to help me make it so I don't have to call the facebook API as often. What I would like to do if find a field where I can get the