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.
Integration testing is a phase in software testing where individual software modules (or components) are combined and tested in a group. Integration testing happens after unit testing, and before system testing.
0
votes
0answers
10 views
Testing Facebook enabled IOS App
How does one go about testing an IOS (or Android) app with Facebook without incurring the wrath of Facebook? I have an IOS app that post to Facebook. During the development process it naturally hits ...
1
vote
1answer
49 views
Load testing a Facebook canvas app
We created a facebook canvas application that is now ready for load testing. But we are uncertain how to achieve this. I read some posts here on stackoverflow (like ...
0
votes
1answer
73 views
how to use FBTestSession with Setup call of unit test
I'm trying to set up my unit test to use the latest facebook SDK and am running into issues...
Here is the code i have:
[FBSession setDefaultAppID: @"323351877676429"];
FBTestSession *session = ...
1
vote
1answer
217 views
How to get Facebook test user email and password after create?
I am using Selenium to test a Facebook auth app. Currently I am using a script in the test suite to create Facebook test users by posting to the test user api found here:
...
-2
votes
2answers
27 views
What can i integrate from Facebook? [closed]
I am currently in the very early stages of putting together the scope for something I want to create however I get lost in the complex world of what is and isnt possible with Facebook integration. I'm ...
0
votes
1answer
264 views
Integration testing :: OAuth 2.0 logins (Facebook)
In order to write set of integration (end-2-end) tests I need to simulate user login with Facebook OAuth 2.0. With mocking of request/response flow everything works well, however I'm wondering if ...
0
votes
0answers
150 views
How come I get a “must have accepted TOS” error for test users with app installed?
I'm writing integration tests and programatically creating and registering some test users for my app in my test by using the graph API to create the users with the installed flag set to true.
This ...
2
votes
2answers
119 views
Integration tests through Facebook's authentication
I'm developing an application that the only way to access the protected pages is through the Facebook's authentication. In this cenario, I need to login with a Facebook's test user and made my tests.
...
0
votes
1answer
910 views
/accounts/test-users giving OAuthException
For some reason, I'm suddenly having trouble accessing my test users via the graph.
GETting this ...
...
4
votes
1answer
820 views
Can a test user 'LIKE' a brand page?
I'm building an tab for a brand page, which I am testing via Cucumber/Selenium. I have created several test users in different states, but am hanging up on creating a test user who LIKEs my brand. ...
0
votes
1answer
263 views
Grails integration testing facebook graph plugin
I'm using http://www.grails.org/plugin/facebook-graph to get user profile, but I'm stuck to test from controllers. Anybody could advice me how to mock or test facebook session in integration testing?