facebook-test-users Questions
2
Solved
I've been trying to create a bunch of test users for my test application that will be mocking a case when user signed up to Facebook using his phone number (not his email).
Turns out that the too...
Pizor asked 26/3, 2018 at 19:11
2
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...
Watering asked 29/5, 2018 at 14:27
5
I'm trying to test my native iOS app and I've been having huge problems with test users. Basically it seems that the normal graph based way of creating test users doesn't work for native apps. When...
Osis asked 15/2, 2012 at 12:46
1
I'm currently trying to make a Messenger Bot with the Messenger Platform. I have a Facebook page, app, everything set up, it currently works when I (an admin for the app) message it. So, I made a f...
Floccule asked 27/7, 2016 at 5:30
0
My Facebook Login flow goes in several steps:
User is redirected to authorization url:
https://www.facebook.com/dialog/oauth/?client_id={...}&redirect_uri={...}&scope={...}&state={.....
Daron asked 26/1, 2016 at 18:39
4
I use the Facebook graph api to post a video:
https://graph-video.facebook.com/v2.3/{page_id}/videos?title=video&access_token={
page_access_token}&file_url={file_path
}
When I login as a...
Trentontrepan asked 8/5, 2015 at 17:44
1
Solved
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 interfac...
Panic asked 30/10, 2012 at 16:46
0
Just a quick question - I seem unable to access my unpublished Page using a test user that I've created for an app I'm developing. This app is tied to the unpublished Page as a tab, and every time ...
Braunstein asked 9/7, 2012 at 13:53
0
In my facebook app I have 7 test users and all users are mutually friends also.
I have requested this https://graph.facebook.com/me/home?access_token='myTestUserAccessToken'
But it returns
{
"e...
Slapup asked 9/3, 2012 at 5:26
1
© 2022 - 2024 — McMap. All rights reserved.