facebook-graph-api

Never Expiring Facebook Page Access Token

╄→尐↘猪︶ㄣ 提交于 2020-07-04 18:36:09
问题 I have been trying to find a way to create a never expiring FaceBook Page Access Token. I have seen the option where you provide the AppID|AppSecret in place of the token however that requires you to submit the app for approval and facebook does not seem to understand concept of OTHER apps using the token. Regardless, see the answer below for how I found a way to do this. 回答1: After piecing together many different solutions - I did this and it seems to work. I assume you only want a token for

Never Expiring Facebook Page Access Token

吃可爱长大的小学妹 提交于 2020-07-04 18:36:03
问题 I have been trying to find a way to create a never expiring FaceBook Page Access Token. I have seen the option where you provide the AppID|AppSecret in place of the token however that requires you to submit the app for approval and facebook does not seem to understand concept of OTHER apps using the token. Regardless, see the answer below for how I found a way to do this. 回答1: After piecing together many different solutions - I did this and it seems to work. I assume you only want a token for

Never Expiring Facebook Page Access Token

泄露秘密 提交于 2020-07-04 18:31:34
问题 I have been trying to find a way to create a never expiring FaceBook Page Access Token. I have seen the option where you provide the AppID|AppSecret in place of the token however that requires you to submit the app for approval and facebook does not seem to understand concept of OTHER apps using the token. Regardless, see the answer below for how I found a way to do this. 回答1: After piecing together many different solutions - I did this and it seems to work. I assume you only want a token for

Accessing Facebook Messenger sender.id in DialogFlow

感情迁移 提交于 2020-06-29 08:37:53
问题 The bounty expires in 5 days . Answers to this question are eligible for a +50 reputation bounty. Revolucion for Monica wants to draw more attention to this question: 50 points to whoever find a way to get sender id through DialogFlow chatbot I'd like to access the Facebook User Profile API to learn the user's name so I can save its preferences in individual documents. Yet there where an update and now, to get the Facebook sender.id value, I have to use the originalDetectIntentRequest.payload

How to add SandBox Ad Account to BusinessManager?

穿精又带淫゛_ 提交于 2020-06-09 05:16:26
问题 Background I'm building an Ads-Management application tailored towards both marketing / advertising agencies and individual advertisers (users) To test marketing-api, I have setup a SandBox ad account The very first thing that I'm testing is creating and uploading of custom audience (CSV file upload) and sharing it across ad accounts owned by different BusinessManagers. From what I've gathered thus far, creating custom audience has 2 steps Create an empty Custom Audience Add (upload) users to

How to add SandBox Ad Account to BusinessManager?

给你一囗甜甜゛ 提交于 2020-06-09 05:15:06
问题 Background I'm building an Ads-Management application tailored towards both marketing / advertising agencies and individual advertisers (users) To test marketing-api, I have setup a SandBox ad account The very first thing that I'm testing is creating and uploading of custom audience (CSV file upload) and sharing it across ad accounts owned by different BusinessManagers. From what I've gathered thus far, creating custom audience has 2 steps Create an empty Custom Audience Add (upload) users to

Creating a Facebook Ad Account Sandbox account and unlocking ads_read - (AKA: Getting through the getting started tutorial from facebook)

时光怂恿深爱的人放手 提交于 2020-06-08 07:41:03
问题 I apologise in advance if this question has been asked elsewhere or if it's a stupid question, but I'm desperate! My goal Create a POC which connects to a facebook sandbox ad account and tests what features are exposed in the API, such as uploading new video ads or creating ad campaigns. The problem I am following facebooks own getting started example for connecting with nodejs: https://developers.facebook.com/docs/business-sdk/getting-started/#js When i try to read from the AdAccount i get

Facebook Marketing API - Creating an Ad in development mode

荒凉一梦 提交于 2020-06-07 07:18:09
问题 I'm implementing an application using Facebook Marketing API's SDK (python), I'm a newbie to this, yet I read the documentation and I was able to create campaigns, and ad sets. But not for ad creatives. The error was that my app is in dev mode and I need to switch it to be public. Status: 400 Response: { "error": { "message": "Invalid parameter", "type": "OAuthException", "code": 100, "error_subcode": 1885183, "is_transient": false, "error_user_title": "Ads creative post was created by an app

Unable to create ad creative using Facebook graph api

空扰寡人 提交于 2020-06-07 06:51:25
问题 We are trying to create dev environment for fetching ads insights in development mode. We are able to achieve below items except ad creative & ad creation Sandbox Ad Account test user Access token with required permissions for ad insights. Using Access token we are able to create adset, campaign, upload image. We are getting below response when we try to create ad creative Response: { "error": { "message": "Invalid parameter", "type": "OAuthException", "code": 100, "error_subcode": 1885183,

Getting “(#100) Pages Public Content Access requires either app secret proof or an app token” issue when calling Facebook API?

旧街凉风 提交于 2020-05-29 03:23:34
问题 I am developing an app that syncs with users Facebook account and fetches Facebook page information. Initially, app ask's for Login with Facebook and gets page list. After getting pages I am calling API to get posts associated with each page. Once I get post details then I am calling insight API's to get insights of each post. This flow working fine with development mode but when I switch to Live mode I am getting following error Client error: `GET https://graph.facebook.com/v4.0