Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
4 views

Facebook Open Graph follow action provokes an error when uses Open Grahp Test User as a profile

I'm developing a web application in php that uses CURL calls to Facebook Open Graph with an authorization token. I'm implementing calls to follow action and it runs fine with the test users profiles, ...
0
votes
0answers
13 views

Facebook og.like gets created and I can find it with its ID but it doesn't show up in the Activity Timeline

I have a custom OpenGraph object I'm trying to Like. I am able to perform the action and get a valid ID back. I confirmed the ID is fine by trying it in the Graph Explorer. But, it doesn't appear in ...
-5
votes
0answers
7 views

Facebook buttons left and right not functionality in smartphone Lg [closed]

Model C375 LG -simply do not respond to the application command
1
vote
0answers
65 views

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 - ...
-1
votes
1answer
45 views

Photo Download issues [closed]

I am a photographer and use facebook all the time to download my images. Over the last week I have not been able to download pictures. Once in a while it will allow one picture to go through and not ...
0
votes
1answer
43 views

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 ...
0
votes
0answers
79 views

TestUser AccessToken Expiration Date-Time

just wondering what the lifespan is for a Facebook test user's user access token. The developer API I'm using to create test users: https://graph.facebook.com/APP_ID/accounts/test-users? ...
2
votes
0answers
127 views

Error: OAuthException code 1 during test user creation

Since 1 week max, i got this error when i try to create a test user. ...
0
votes
0answers
79 views

Sample Insights API responses / data

Is there a place where we can see sample responses for all the API endpoints, or create test pages similar to the test-user API? As a developer I don't (and believe I shouldn't) have access to a live ...
0
votes
1answer
51 views

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 ...
-1
votes
1answer
11 views

Need Clarification on the Expiration of a Test User [closed]

The documentation states that the "The login_url expires on first use or after one hour whichever happens first". Does this mean that the login_url is valid for one-time use up to one-hour? Does ...
0
votes
0answers
46 views

Can't view targeted posts with test users

You can create and log in as a test user account for your app. Facebook allows you to create 2000 of these. create a test user log in as the user update the current city (Dallas, TX), and also check ...
0
votes
0answers
39 views

Application Action approved

I am trying to get my first application action approved. Everything works from my homepage, facebook login, publish to my own user on facebook and all that. I then submit my action to facebook, and ...
2
votes
0answers
63 views

Facebook requiring account verification for test users

As the documentation says "Note that a user does not have to be verified to be added as a tester to an app." All the users I've given a tester role on my sandbox application, the ones that doesn't ...
2
votes
2answers
136 views

Provide AppStore reviewers with Facebook test accounts

Our iOS app requires users to login using their Facebook account and we need to provide the AppStore reviewers with a test account(s). Can we take for granted that Apple have their own Facebook ...
0
votes
1answer
212 views

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

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. ...
1
vote
1answer
410 views

how to create a function in jsp

I have created a web page called allmeters.jsp. In the page I have a hyper link <a href="demo.jsp?mid=<%=rs.getInt("meterid")%>"><%=rs.getInt("meterid")%></a> In my second ...
0
votes
1answer
261 views

Facebook Open Graph: Approving actions while in debug mode

I'm developing a facebook canvas application (iframe) and I'm using the Open Graph API to post user actions. When I submit my action to facebook's team approval, they reply with: We are unable to ...
1
vote
1answer
115 views

Unable to create groups using test users

I have an app with 4 test users which are all in each others' friend lists. I need to create a group with all of them. I clicked "Create a group" and I am asked for the name of the group and some ...
0
votes
0answers
90 views

Facebook Test Users photos can not be accessed using Graph API Explorer

I have the following Graph API explore FQL query: "select src_big, src_big_width,src_big_height FROM photo WHERE album_object_id IN (SELECT object_id FROM album WHERE owner = me())" It works okay ...
0
votes
1answer
262 views

Facebook Test User Login URL - Doesn't work after clearing cache/cookies

I have a test users page for my site which loads a simple grid of 4 buttons, which, when clicked, launch their associated Facebook test user login_url. I'm obtaining these via the PHP SDK and they ...
0
votes
0answers
40 views

FQL seems to produce NilClass with Test Users - Using Koala

I'm using Koala to query the FB API. It works fine for users that are not Test Users. The following FQL results in a Nil class. @result = @graph.fql_query('SELECT pic_square FROM user WHERE uid = ...
3
votes
0answers
434 views

Facebook Test User and iOS6 OS Integration

I'd like to use my FaceBook test users (which can be used in a browser and username/password are working correctly) in my iPhone Simulator and iPhone itself for trying to post from an application. If ...
1
vote
5answers
934 views

how to create facebook auth dialog preview user

I'm using open graph to publish actions on users' feed. My tests are ok for admin users and now I want to test it on "Auth dialog preview user"'s timeline before submiting any approuval. But I can't ...
0
votes
0answers
19 views

Automatic creation of test user pages

I am trying to find if this answer still holds, since it's more than a year old: http://facebook.stackoverflow.com/questions/4574579/create-a-new-facebook-page-via-the-fb-api I'm trying to do the ...
1
vote
1answer
568 views

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 ...
1
vote
0answers
185 views

Test User has not the permission to use build in like?

I am search like hours to find a solution to this problem. Maybe I am missing something? I build a build-in Like Action in Open Graph for a native iOS App. To get it through approval i also build a ...
1
vote
1answer
486 views

Facebook Test User API login url working or not randomly

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 - ...
0
votes
1answer
531 views

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. ...
2
votes
0answers
184 views

Test users and unpublished Page

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 I ...
0
votes
0answers
419 views

Auth Dialog Preview User can't see page tabs

I logged in as my app's test user, Auth Dialog Preview User to view tabs of a certain page from there. But they're not showing, and the page displays its timeline instead. Any ideas?
1
vote
2answers
525 views

Facebook Open Graph test user profile object error code:1611016

I am submitting an action with an object which has a few properties using Open Graph. One of the properties is a another test user's profile. Same code works fine for actual users but when it comes to ...
0
votes
1answer
583 views

different versions of facebook for location based development?

I am working on an app that uses facebook's check in feature from mobile phones. I have created multiple versions of the app on facebook so that i can keep production, test and development separated. ...
1
vote
1answer
241 views

Facebook Credits - Test Users

I am having a problem with test users and Facebook Credits. I have created a test user and added it to 'Credit testers' in Apps > MyApp > Credits, but cannot go through the 'Buy Credits' dialog ...
1
vote
0answers
20 views

Do test users' activity appear in Insights?

Can I expect Likes performed by test users to appear in Facebook Insights?
0
votes
1answer
88 views

Can Facebook test users come pre-populated with photos? [closed]

I'd like to create a whole bunch of test users of my app, and my app relies heavily upon photos. It would be nice to not have to login as each test user and manually upload photos. EDIT Let me ...
1
vote
0answers
2k views

Facebook graph api returns (#200) Requires extended permission: read_stream

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 { ...
8
votes
2answers
574 views

How do I create a test user for a native iOS app?

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 I ...
2
votes
0answers
440 views

Login with test users fail when in sandbox mode (iOS SDK)

My problem is that if I have sandbox turned off for my iOS app I can log in to FB fine as one of my test users. But as soon as I enable sandbox I can no longer login. I get: ...
1
vote
0answers
312 views

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 ...
2
votes
0answers
93 views

Adding Credits Testers via Graph API

I'm building an AIR application to manage Test Users a bit more efficiently. Part of this tool requires linking freshly made Test Users automatically to the Credit Tester of an application. Is there ...
4
votes
1answer
2k views

Unable to post Open Graph actions as a Test User

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 ...
1
vote
0answers
99 views

deleting test Facebook users - open graph still reports users

I saw there was a limit of 500 test users per application, so I figured I would write some code to delete them all periodically. (I create a new test user per automated test) What I've found is that ...