Facebook

TwitterFacebook
Get flash to fully experience Pearltrees
https://developers.facebook.com/docs/guides/web/

for Websites

Facebook Platform enables you to make your web site more social. You can use our Social Plugins , such as the Like Button to drive user engagement with a single line of HTML. Our Login Button and Registration Plugin let you simplify or eliminate your own user registration and sign-in.
Now a days, most of the web-based developers, whatever platform they works/specialized on (backend/front end/php/asp.net etc), do posses some JavaScript knowledge. Also, in almost all third-party apis, JavaScript implementation is very common. Facebook API isn’t different from that also. They do have a robust implementation of JavaScript API to access their data. In this tutorial, I will try to give an overview on the Facebook JavaScript api and show some examples that may help you to have a quick start. http://codesamplez.com/development/access-facebook-graph-api-using-javascript-sdk

Javascript Tutorials And Examples On Facebook Graph Api | codesamplez.com

https://developers.facebook.com/docs/reference/javascript/ Overview The Facebook SDK for Javascript provides a rich set of client-side functionality for letting users Login with Facebook and interacting with Facebook's APIs. This includes calling the Graph API , displaying Dialogs , rendering Social Plugins and interacting with Facebook's parent frame when your app is loaded within a Canvas Page or Page Tab . See also: Loading and Initialization The following code will load and initialize the JavaScript SDK with the most common options.

JavaScript SDK