pyfacebook icon indicating copy to clipboard operation
pyfacebook copied to clipboard

PyFacebook

Results 48 pyfacebook issues
Sort by recently updated
recently updated
newest added

Traceback (most recent call last): File "C:\Python26\lib\site-packages\django\core\servers\basehttp.py", line 279, in run self.result = application(self.environ, self.start_response) File "C:\Python26\lib\site-packages\django\core\servers\basehttp.py", line 651, in **call** return self.application(environ, start_response) File "C:\Python26\lib\site-packages\django\core\handlers\wsgi.py", line 241, in **call**...

in facebook/**init**.py line 218 (fql methods) insert this: 'multiquery': [('queries', json, []),], then try this: fbc = Facebook("your_api_key", "") # assign session_key and secret_key data = fbc.fql.multiquery({"query1":"select post_id, actor_id, target_id,...

users.isAppUser has to be use instead: http://wiki.developers.facebook.com/index.php/Users.isAppAdded Seems that the method takes the same params. Replacing isAppAdded by isAppUser worked for me. Regards, Xav

According to http://bugs.developers.facebook.com/show_bug.cgi?id=3961 , it is possible to send pictures by the same mechanism as photos.upload, as multipart data together with the api call. This is already documented: http://wiki.developers.facebook.com/index.php/Events.create The...

I've used pyFacebook for weeks without any problem, but since this week every time I call facebook.auth.getSession() I receive this error: Traceback (most recent call last): File "../file.py", line 27,...

at https://github.com/sciyoshi/pyfacebook/blob/master/facebook/__init__.py#L1120 shouldn't args['description'] = title be args['description'] = description

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...

set_status works fine for my personal fb page. I was just wondering if it is possible to set status message of the fb page i created using this api ?...

As of 3 days ago, this stuff just simply does not work anymore. I've been using the same script daily for over 2 yrs, and now it won't work and...

Hello, I got this message error and i don't understand what i did wrong. When i use "import facebook.djangofb" in my console it works but not in my Django project....