A test user is a special Facebook account, invisible to real accounts, which can be created within an app for the purpose of manual or automated testing of that app's Facebook integration.
Questions tagged [facebook-test-users]
75 questions
2
votes
1 answer
How to set FBPLISTAppIDKey and FBPLISTAppSecretKey with FBTestSession
I am getting an exception using FBTestSession when using FBTestSession *fbSession = [FBTestSession sessionWithSharedUserWithPermissions:@[@"email"]];
If you look at the code below you can see Facebook decided to load app settings from…

Ryan Romanchuk
- 10,819
- 6
- 37
- 41
2
votes
1 answer
How do I create a facebook test user for a website?
I have facebook like buttons on web pages. I want to test the buttons using a facebook account. I know you can create test users to test a facebook app (https://developers.facebook.com/docs/test_users/), but the directions and GUI seem to be…

David Winiecki
- 4,093
- 2
- 37
- 39
2
votes
2 answers
Can't login via Facebook iOS SDK 3 with a test user
Have a code that is working with ordinary FB user (login and post). Just created test user but unable to login. Getting message "we didn't recognize your email address or phone number". After calling…

Centurion
- 14,106
- 31
- 105
- 197
2
votes
1 answer
How can I get a user access token for a specific facebook test user?
According to Facebook Devlopers: Test Users, I can list the test users of my facebook app by making a request to https://graph.facebook.com/APP_ID/accounts/test-users?access_token=APP_ACCESS_TOKEN. The response includes a valid user access token for…

Oswald
- 31,254
- 3
- 43
- 68
1
vote
0 answers
Using Test Users with FB Connect
I use OAuth login on my site, and would like to use the Test User API to do testing. However, I've run into a problem where I can't actually log in with a test user account.
One of the requirements is that the user needs to reauthenticate when they…

Mike Caron
- 14,351
- 4
- 49
- 77
1
vote
0 answers
Create test Facebook page
I follow this instruction to create a test Facebook page:
https://developers.facebook.com/docs/apps/test-pages/
But by 3. step (post /user_id/accounts to create the test page) I got following error:
{
"error": {
"message": "Unsupported post request.…

Thuong Kiet
- 11
- 1
1
vote
0 answers
How do I delete a Facebook Test Account for which I don't have the App Access Token?
I have a Facebook test account linked to what is now my primary email, and I want to delete it. The problem is, even though I do have the password of the account, I don't have access to the app that this account is associated with (the reason for…

Morgan Soren
- 563
- 4
- 14
- 33
1
vote
1 answer
how can i add the "publish_pages" permission to a test_user of my facebook app?
I have a facebook app and its now in live_mode .
i have the mange_pages permission and need the publish_pages permission to be able to post to the pages https://developers.facebook.com/docs/facebook-login/permissions/#reference-publish_pages.
for…

Ashraf Beshtawi
- 20
- 3
1
vote
0 answers
Facebook Graph Api test app installation
I'm developing an app that makes usage of the FB graph api, more specifically the groups end point. With the new regulations over the permissions in April + the review process, I decided to use the "test app" process to test the implementation, but…

dakairus
- 107
- 1
- 11
1
vote
0 answers
Is it possible to create test users for a page the same way for an app?
Is it possible to create test users for a page the same way for an app?
I couldn't message from a page to test users created for an app that using graph-api (/{conversation-id}/messages) and am getting following error and also same from FB page as…

alienworkstation
- 11
- 2
1
vote
3 answers
Is it possible to share Facebook Test users between test apps?
We have seperate URLs for our webapp on local development and on build servers (acceptance test environment) This means that we have to setup 2 seperate Test Apps for Local and Acceptance Test.
When creating test users it seems they can only be…

Lisa-Marie
- 383
- 1
- 4
- 14
1
vote
1 answer
How to create Facebook test users programmatically using Facebook iOS SDK 3.14.1
We are trying to create Facebook test users using the Facebook iOS SDK 3.14.1 according to their website: https://developers.facebook.com/docs/graph-api/reference/v2.0/app/accounts/test-users
Here is our code:
NSString *fbAccessToken = [NSString…

VSH
- 7
- 1
- 7
1
vote
0 answers
Facebook Test User API: disable secure browsing
I'd like to disable the "secure browsing" option for my generated facebook test users (via the test user api), so they can access my app (in sandbox mode) even though it runs on a local server without https.
Any idea if and how this could be…

Alex
- 1,141
- 1
- 13
- 24
1
vote
0 answers
UI Automation Mobile Safari on iOS Simulator
There is an open bug regarding Facebook SSO to an iOS app with test users, which it's status is fixed but it's not!
I've logged in into Facebook account, with a test user in my iOS
Simulator - version 6.1, Xcode 4.6.2 through iOS Simulator…

Ron D.
- 3,774
- 6
- 31
- 39
1
vote
1 answer
how to create a function in jsp
I have created a web page called allmeters.jsp. In the page I have a hyper link
"><%=rs.getInt("meterid")%>
In my second page called demo.jsp, I have one label and search button and I am accessing…

Sai Sai
- 115
- 2
- 4
- 17