Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cjus/facebook-api-tester
Facebook API Tester
https://github.com/cjus/facebook-api-tester
Last synced: about 1 month ago
JSON representation
Facebook API Tester
- Host: GitHub
- URL: https://github.com/cjus/facebook-api-tester
- Owner: cjus
- Created: 2012-10-25T18:24:14.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-01-28T20:41:10.000Z (almost 12 years ago)
- Last Synced: 2024-04-17T03:50:59.775Z (9 months ago)
- Language: JavaScript
- Size: 120 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
facebook-api-tester
===================Simple testrig for testing FB APIs.
To test follow these steps1. Obtain a facebook app id by creating a new app on facebook or supplying your own app ID.
2. Point your facebook app to the location where you're hosting this api tester
3. Supply the appId to the FB.init call in app.js
4. Load the index.html via your hosted URL.Once loaded, open Firebug or developer tools and activate the JavaScript console.
On the console you have access to a newly created FBAPITester object. You can use
that object to invoke public functions such as FBAPITester.testAPIs();