Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
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.

I'm working on developing a Facebook application that accesses the user's friends list.
Since some can have thousands of friends, what's the best method to simulate this?
I want to performance test before letting it out in the wild.
Does Facebook have any sandbox account where one can create dummy accounts?

share|improve this question

1 Answer

up vote 1 down vote accepted

Facebook have recently implemented a feature allowing you to add up to 50 test users, it's probably not enough users to reliably test though:

http://developers.facebook.com/docs/test_users/

Why not ask a couple of users with lots of friends to beta test for you?

share|improve this answer
Note that the limit is now 500 test users, and see this question of mine: facebook.stackoverflow.com/questions/10364579/… – GrahamMc Apr 28 '12 at 14:49

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.