|
Project Information
Members
Links
|
UpdateI haven't been maintaining this project recently. Check out http://code.google.com/p/mockfacebook/ for an alternative that is under active development as of November 2011 and which looks to be more featureful than what's here. OverviewFakebook provides an implementation of the Facebook Graph API in order to test Facebook Connect applications. It's difficult to impossible to create many test users on the real Facbeook. Instead, Fakebook makes it easy to simulate a nearly infinite number of users. This is an very incomplete project, but it has been helpful for me in doing load testing. All of the data returned is randomly generated. The same data will be returned for subsequent calls using the same auth_token, but the data itself (names, likes, friends etc) is all random. The code is designed to run on Google App Engine, though porting to a different environment like Django should be trivial. Usage
Status
To Do
|