pyfacebook
pyfacebook copied to clipboard
Example does nothing apparently.
I don't know if I'm missing something but I cannot get to run the django example project. These are the steps I followed:
- Downloaded the project to my computer
- Created a VirtualEnv bundle wit django 1.1.4 in examples/fbsamples
- Edited settings.py and added FACEBOOK_API_KEY and FACEBOOK_SECRET_KEY with values of an existing app I own.
- Copied the facebook folder to examples/fbsamples (didn't install but this much should be enough)
- Ran the project with 'python manage.py runserver' and opened the address 127.0.0.1:8000/fbsample/ in Chrome
This only redirects me to my timelime. I'm using a mac with Lion and Python 2.7.1