How do I create a new FBML/FBJS app?
I have a 3 year old app that was written in FBML/FBJS. I'm working on making it multiuser, so I'm creating a new app for this project. I want to use my existing codebase which uses FBML/FBJS, but I can't figure out how to enable these features from my Facebook app control panel. There no longer appears to be a "Facebook Integration" tab. Pleas开发者_开发百科e help me figure out how to enable FBML/FBJS for my new app. Thanks!
How do I create a new FBML/FBJS app?
You CAN'T, back on March 11, 2011 no new FBML/FBJS applications are allowed, please check the Facebook Roadmap and this blog post.
Since FBML/FBJS have been abandoned you can use the Facebook JS SDK to create your app. It is easy to implement. http://developers.facebook.com/docs/reference/javascript/
Here is a working example: http://thinkdiff.net/facebook/new-javascript-sdk-oauth-2-0-based-fbconnect-tutorial/
精彩评论