└── readme.md /readme.md: -------------------------------------------------------------------------------- 1 | Archived Repo 2 | ============= 3 | **This is an archived project and is no longer supported or updated by Facebook. Please do not file issues or pull-requests against this repo.** 4 | 5 | Due to changes in the build process the individual components making up the Javascript SDK 6 | will no longer be available in source form. 7 | 8 | This repository will when possible be updated with a single non-minified and beautified script, 9 | representing http://connect.facebook.net/en_US/all.js, but will for now remain inactive. 10 | 11 | Please submit any issues using the Bug reporting tool at https://developers.facebook.com/bugs. 12 | 13 | To see the repository in its previously published state, please see the [deprecated](https://github.com/facebookarchive/facebook-js-sdk/tree/deprecated) branch. 14 | 15 | 16 | Facebook JavaScript SDK 17 | =============================== 18 | 19 | This repository contains the open source JavaScript SDK, last updated on June 2010, that allows you to 20 | utilize Facebook on your website. Except as otherwise noted, the Facebook 21 | Connect JavaScript SDK is licensed under the Apache Licence, Version 2.0 22 | (http://www.apache.org/licenses/LICENSE-2.0.html) 23 | 24 | Status (UPDATED) 25 | ------ 26 | We have updated the JavaScript SDK to [support OAuth 2.0][post] on July 22, 2011. 27 | 28 | We have no plans to update this repository until December 2011. 29 | 30 | [post]: https://developers.facebook.com/blog/post/525/ 31 | 32 | Documentation 33 | ------------- 34 | 35 | We have made API documentation available for the public APIs [here][docs]. 36 | 37 | The repository also contains simple [examples][examples] showing the use of the 38 | SDK with popular JavaScript libraries such as [Dojo][Dojo], [jQuery][jQuery], 39 | [MooTools][MooTools], [Prototype][Prototype] and [YUI][YUI]. 40 | 41 | [docs]: http://developers.facebook.com/docs/reference/javascript/ "Public API Documentation" 42 | [Dojo]: http://www.dojotoolkit.org/ 43 | [jQuery]: http://jquery.com/ 44 | [MooTools]: http://mootools.net/ 45 | [Prototype]: http://prototypejs.org/ 46 | [YUI]: http://developer.yahoo.com/yui/ 47 | [changelog]: http://github.com/facebook/connect-js/tree/master/changelog.md 48 | [examples]: http://github.com/facebook/connect-js/tree/master/examples/ 49 | [debug]: http://connect.facebook.net/en_US/all/debug.js 50 | 51 | Report Issues/Bugs 52 | =============== 53 | [Bugs](https://developers.facebook.com/bugs) 54 | 55 | [Questions](http://facebook.stackoverflow.com/questions/tagged/facebook-javascript-sdk) 56 | --------------------------------------------------------------------------------