facebook

Facebook - custom audience ToS for sandbox account

青春壹個敷衍的年華 提交于 2021-02-05 05:29:26
问题 Im trying to create custom audience using API. With the live ad account this works, but with sandbox account i get the below error: { "error": { "message": "Permissions error", "type": "OAuthException", "code": 200, "error_subcode": 1870034, "is_transient": false, "error_user_title": "Custom Audience Terms Not Accepted", "error_user_msg": "You'll need to agree to the Custom Audience terms before you can create or edit an audience of CUSTOM type. To accept, go to https://www.facebook.com/ads

Facebook - custom audience ToS for sandbox account

孤者浪人 提交于 2021-02-05 05:28:08
问题 Im trying to create custom audience using API. With the live ad account this works, but with sandbox account i get the below error: { "error": { "message": "Permissions error", "type": "OAuthException", "code": 200, "error_subcode": 1870034, "is_transient": false, "error_user_title": "Custom Audience Terms Not Accepted", "error_user_msg": "You'll need to agree to the Custom Audience terms before you can create or edit an audience of CUSTOM type. To accept, go to https://www.facebook.com/ads

Facebook - custom audience ToS for sandbox account

落花浮王杯 提交于 2021-02-05 05:28:05
问题 Im trying to create custom audience using API. With the live ad account this works, but with sandbox account i get the below error: { "error": { "message": "Permissions error", "type": "OAuthException", "code": 200, "error_subcode": 1870034, "is_transient": false, "error_user_title": "Custom Audience Terms Not Accepted", "error_user_msg": "You'll need to agree to the Custom Audience terms before you can create or edit an audience of CUSTOM type. To accept, go to https://www.facebook.com/ads

Send to messenger not showing

百般思念 提交于 2021-02-05 04:50:23
问题 I'm trying to add facebook's " send to messenger " to my web page. On Fb's documentation it states: When there isn't an active session, no identity is surfaced. When the button is clicked, we will present a Login dialog. But what I realize is that if a user is not logged in to facebook the button doesn't get rendered at all. Is this the expected behaviour? PS- Note that my fb app is not in dev mode and I'm using the a fb account with admin role for that app. 回答1: If you app has not yet been

Send to messenger not showing

点点圈 提交于 2021-02-05 04:49:53
问题 I'm trying to add facebook's " send to messenger " to my web page. On Fb's documentation it states: When there isn't an active session, no identity is surfaced. When the button is clicked, we will present a Login dialog. But what I realize is that if a user is not logged in to facebook the button doesn't get rendered at all. Is this the expected behaviour? PS- Note that my fb app is not in dev mode and I'm using the a fb account with admin role for that app. 回答1: If you app has not yet been

Send to messenger not showing

…衆ロ難τιáo~ 提交于 2021-02-05 04:49:28
问题 I'm trying to add facebook's " send to messenger " to my web page. On Fb's documentation it states: When there isn't an active session, no identity is surfaced. When the button is clicked, we will present a Login dialog. But what I realize is that if a user is not logged in to facebook the button doesn't get rendered at all. Is this the expected behaviour? PS- Note that my fb app is not in dev mode and I'm using the a fb account with admin role for that app. 回答1: If you app has not yet been

How do I embed a Facebook live ( video ) URL on a my website

梦想与她 提交于 2021-02-04 07:23:48
问题 I'm wondering if it is possible to embed a facebook live video stream, on a website, and how you go about doing it. 回答1: You can embed Facebook live stream as simple Just use your iframe src link like this: src="https://www.facebook.com/plugins/video.php?href=https://www.facebook.com/username/live" Example: https://jsfiddle.net/32ntsf04/ 回答2: FB does not give you an easy way to stream live on a website while you are live on FB but it is possible. You would just grab the embed code just like

How do I embed a Facebook live ( video ) URL on a my website

大兔子大兔子 提交于 2021-02-04 07:23:23
问题 I'm wondering if it is possible to embed a facebook live video stream, on a website, and how you go about doing it. 回答1: You can embed Facebook live stream as simple Just use your iframe src link like this: src="https://www.facebook.com/plugins/video.php?href=https://www.facebook.com/username/live" Example: https://jsfiddle.net/32ntsf04/ 回答2: FB does not give you an easy way to stream live on a website while you are live on FB but it is possible. You would just grab the embed code just like

Bot built with MS Bot SDK 4 quites working for facebook channel after an hour or more of idle time

扶醉桌前 提交于 2021-01-29 21:25:02
问题 There are several questions here and on git for v3 of the bot sdk wherein the bot gets 'unauthorized' responses after about an hour on my facebook channel, webchat works fine. I have that problem in the v4 SDK, using .net core 2.1, AspNetCore 2.1.6 and using something trivial like the echobot c# example. It is not clear to me if the unauthorized is coming from microsofts bot framework, or from facebook itself. Below is my code and the trace... Note that the failure appears to come out of :

How to add test friends to Facebook test users programmatically using Facebook iOS SDK 3.14.1

谁说胖子不能爱 提交于 2021-01-29 19:40:33
问题 We need that all our test users to be friends of each other. Doing that through the App Dashboard manually is a tremendous amount of work depending on the number of test users you need (in our case more than 50 test users). Therefore we are looking for a way to make our Facebook test users friends of each other programmatically. We tried this approach following their website here: https://developers.facebook.com/docs/graph-api/reference/v2.0/test-user/friends The problem is that in order to