pyfacebook icon indicating copy to clipboard operation
pyfacebook copied to clipboard

Example does nothing apparently.

Open ivancho1707 opened this issue 13 years ago • 0 comments

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:

  1. Downloaded the project to my computer
  2. Created a VirtualEnv bundle wit django 1.1.4 in examples/fbsamples
  3. Edited settings.py and added FACEBOOK_API_KEY and FACEBOOK_SECRET_KEY with values of an existing app I own.
  4. Copied the facebook folder to examples/fbsamples (didn't install but this much should be enough)
  5. 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

ivancho1707 avatar Nov 07 '12 06:11 ivancho1707