Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stas/appengine-for-facebook
A light Google AppEngine framework to write Facebook apps
https://github.com/stas/appengine-for-facebook
Last synced: about 1 month ago
JSON representation
A light Google AppEngine framework to write Facebook apps
- Host: GitHub
- URL: https://github.com/stas/appengine-for-facebook
- Owner: stas
- Created: 2010-12-05T17:01:29.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2010-12-05T17:33:34.000Z (about 14 years ago)
- Last Synced: 2024-11-29T14:23:42.896Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 474 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.markdown
Awesome Lists containing this project
README
# Welcome to the appengine-for-facebook wiki!
## About
I wrote a couple of facebook apps, most of them were written just for fun and using Google AppEngine.
Facebook has a Python library to work with their API, but so far, the initial work of [[sciyoshi|https://github.com/sciyoshi/pyfacebook]] (and now the [[tubaman|https://github.com/tubaman/pyfacebook]]) on the Old REST Facebook API library is the best I could find and use.This repo is intended to help beginners write facebook apps and learn how to use pyfacebook lib.
## How to deploy
`git clone git://github.com/stas/appengine-for-facebook.git`
`cd appengine-for-facebook`Now modify `app-sample.yaml` and `facebook-sample.yaml`
Once you're done, rename the files into `app.yaml` and `facebook.yaml`
And update your Google App!
```
appcfg.py update .
```