facebook-test-users

How to send Facebook Test Lead to Webhook - but from Test User's Test Page

时间秒杀一切 提交于 2021-02-05 06:36:06
问题 As i'm testing leads retrieval and integration - i'm wondering did anybody found solution on how to create leadgen ad on test page of test user account create lead from test ad So far i created leadgen_form on Test page via Graph API and test lead via Graph API. Lead is visible in "Publishing Tool -> Lead Ads Form -> Form Libray" but is not sent to webhook on creating. (Despite my app being visible in "Leads Setup" and Webhook is working when testing it from developers.facebok.com) Any

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

Facebook test accounts with pages

二次信任 提交于 2019-12-21 05:07:22
问题 I'm creating a system which involves these steps: 1. Facebook user logs in with Facebook login (manage_pages scope) 2. One of user's Facebook page's access_token is being collected 3. Page's access token is then extended and stored in database for further use The problem is, that I need to test it and when it comes to Facebook's "test-users", they just can't create a page. I created regular account for this purpose and added it as a Tester in Roles. But as I know it violates rules of Facebook

How to get a facebook test user token programmatically for a native app

纵饮孤独 提交于 2019-12-12 05:26:27
问题 We're developing an iPhone app backed by a server. The server talks to Facebook in order to push Opengraph events. I'm trying to test this code. I've created Facebook test users in the web interface. If I manually generate tokens for them they get generated with a 24 hour expiry, which render them useless for the tests. So I need to generate the tokens on demand in the testcode. The Facebook developer docs https://developers.facebook.com/docs/test_users/ say I can get accounts/test-users to

Facebook Test User API login url working or not randomly

风流意气都作罢 提交于 2019-12-11 09:52:48
问题 I have wrote a desktop app, that holds FB applications data and lists test users. I want to open a browser with new profile (browser profile, not FB, because to session problems in PHP facebook API - I want to be not in my a app session on my domain). But the problem is, that facebook login URL is working or not randomly. I have tried Firefox & Chrome. Firefox with -no-remote , -p "RANDOM_PROFILE" , and also -CreateProfile executing before execution to open url with that profile. Chrome with

How can a Facebook test user populate it's likes?

百般思念 提交于 2019-12-10 16:27:36
问题 I am building an app that relies on the user_likes permission and checks what artists (music) has a particular user liked. I thought of using test users to automate my app's testing, but it seems I cannot like things as that user. If this is the case, test users are pretty useless for me. Is there a way to like an artist (say, Avicii) with my test user? 回答1: Test Users cannot like the pages that are already existing in Facebook. To test your functionality, you will have to create new pages

Unable to post Open Graph actions as a Test User

喜夏-厌秋 提交于 2019-12-10 06:20:14
问题 I've been able to post Open Graph actions using my own account, but I'm unable to do the same as a Test User of the application, receiving this error: OAuthException: An unexpected error has occurred. Please retry your request later. I've tested the access token that I'm using with the debugger and it's fine. Here's the code I'm using - I'm pretty sure the code is fine, because it works when I'm logged in as myself: $token = $this->facebook->getAccessToken(); $params = array( 'access_token' =

Unable to add current city for facebook test users

送分小仙女□ 提交于 2019-12-07 11:10:57
问题 I am working on a location based feature so created some facebook test account under the test app. I was trying to add the current city for all of my test users (manually) but facebook throws back the below error on entering the city: The content you requested cannot be displayed right now. It may be temporarily unavailable, the link you clicked on may have expired, or you may not have permission to view this page. Tried multiple times but nothing seems to be working. Please help! Thanks in

Unable to add current city for facebook test users

为君一笑 提交于 2019-12-05 13:25:13
I am working on a location based feature so created some facebook test account under the test app. I was trying to add the current city for all of my test users (manually) but facebook throws back the below error on entering the city: The content you requested cannot be displayed right now. It may be temporarily unavailable, the link you clicked on may have expired, or you may not have permission to view this page. Tried multiple times but nothing seems to be working. Please help! Thanks in advance for your reply :) Facebook doesn't show live places and cities for test users. So the solution

Unable to post Open Graph actions as a Test User

僤鯓⒐⒋嵵緔 提交于 2019-12-05 08:32:30
I've been able to post Open Graph actions using my own account, but I'm unable to do the same as a Test User of the application, receiving this error: OAuthException: An unexpected error has occurred. Please retry your request later. I've tested the access token that I'm using with the debugger and it's fine. Here's the code I'm using - I'm pretty sure the code is fine, because it works when I'm logged in as myself: $token = $this->facebook->getAccessToken(); $params = array( 'access_token' => $token, '{object}' => 'http://samples.ogp.me/{objectID}', ); try { $result = $this->facebook->api('