└── 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 | Facebook JavaScript SDK 16 | =============================== 17 | 18 | This repository contains the open source JavaScript SDK, last updated on June 2010, that allows you to 19 | utilize Facebook on your website. Except as otherwise noted, the Facebook 20 | Connect JavaScript SDK is licensed under the Apache Licence, Version 2.0 21 | (http://www.apache.org/licenses/LICENSE-2.0.html) 22 | 23 | Status (UPDATED) 24 | ------ 25 | We have updated the JavaScript SDK to [support OAuth 2.0][post] on July 22, 2011. 26 | 27 | We have no plans to update this repository until December 2011. 28 | 29 | [post]: https://developers.facebook.com/blog/post/525/ 30 | 31 | Documentation 32 | ------------- 33 | 34 | We have made API documentation available for the public APIs [here][docs]. 35 | 36 | The repository also contains simple [examples][examples] showing the use of the 37 | SDK with popular JavaScript libraries such as [Dojo][Dojo], [jQuery][jQuery], 38 | [MooTools][MooTools], [Prototype][Prototype] and [YUI][YUI]. 39 | 40 | [docs]: http://developers.facebook.com/docs/reference/javascript/ "Public API Documentation" 41 | [Dojo]: http://www.dojotoolkit.org/ 42 | [jQuery]: http://jquery.com/ 43 | [MooTools]: http://mootools.net/ 44 | [Prototype]: http://prototypejs.org/ 45 | [YUI]: http://developer.yahoo.com/yui/ 46 | [changelog]: http://github.com/facebook/connect-js/tree/master/changelog.md 47 | [examples]: http://github.com/facebook/connect-js/tree/master/examples/ 48 | 49 | Report Issues/Bugs 50 | =============== 51 | [Bugs](https://developers.facebook.com/bugs) 52 | 53 | [Questions](http://facebook.stackoverflow.com/questions/tagged/facebook-javascript-sdk) 54 | --------------------------------------------------------------------------------