开发者

How to create an interactive Facebook page?

开发者 https://www.devze.com 2023-03-27 04:00 出处:网络
I\'ve been asked to code a Facebook page, and I have no idea where to start. A bit of googling around has lead me FBML (Facebook markup language) but I can\'t find anything definitive in the help or a

I've been asked to code a Facebook page, and I have no idea where to start. A bit of googling around has lead me FBML (Facebook markup language) but I can't find anything definitive in the help or any good tutorials on how to code a custom facebook page.

Anyone have any great links on how to create a Facebook pag开发者_开发知识库e? Beyond actually just making the page on Facebook. Things such as embedding video, adding backgrounds, forms, animation and fully featured web page type functionality.

The design we have has all these elements, along with pulling RSS feeds and such.

Any help, or direction would be great! Thanks,


You should not use FBML anymore!

We are in the process of deprecating FBML. If you are building a new application on Facebook.com, please implement your application using HTML, JavaScript and CSS.

A facebook app/page is a simple html site where you connect to facebook via the Facebook API. In the meantime the facebook documentation has become quite readable. Have a look at:

  • SDK tools (JS and PHP)
  • Authentication (how to know who the user is)
  • Permissions (the user has to approve that you may gather information)
  • The Graph API (how to get informations)
  • Dialogs (how to interact on the clientside)
0

精彩评论

暂无评论...
验证码 换一张
取 消