Facebook Credits
Effective July 1, 2011 The Facebook Platform will require social game developers to process all payments through Facebook Credits, as announced in January. To prepare for your players and business, FB recommends migrating to Facebook Credits. See: Facebook Credits Integration Guide Credits Developer Guide
Creating a Test User for Facebook
To create a test user for fb, just follow these steps: Get your App Id from your fb developer page. Get your application App Secret from your fb developer page. Get access_token you’ll be using to create test user: https://graph.facebook.com/oauth/access_token? client_id=APP_ID &client_secret=APP_SECRET &grant_type=client_credentials Create a test user: (a new user is created every [...]
Finding Facebook
Facebook is always moving their UI elements around, whack-a-mole 2.0. On this weeks episode of finding Facebook, “apps.” To manage your Facebook applications, go to: Click Accounts -> Privacy Settings At the bottom of the settings page, click: “Edit your settings” – under “Apps and Websites”
FBJS: “No Content to Display”
I mentioned the profile_setFBML issue earlier, but not specifically relating to the “No Content to Display” problem. When using the facebook javasctipt API, if you implement the profile_setFBML function as it is written you will get the “No Content to Display” error. The function does not set the profile page’s fbml by default. I used this hack…