How do i install package and libraries of facebook api? When i use
import facebook, there’s error?
I see only svn checkouts, some files are empty, how do i download and get them working?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you don’t have
git, probably the easiest way to download it is to go to http://github.com/sciyoshi/pyfacebook and click on the “Download source” button. Extract the downloaded ZIP to a subdirectory, enter that subdirectory, launch your Python interpreter and typeimport facebook. It works for me.