Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

auth.getSession() returns Error 100 (e.g. desktop app tute) #42

Open
tramdas opened this issue Apr 5, 2010 · 0 comments
Open

auth.getSession() returns Error 100 (e.g. desktop app tute) #42

tramdas opened this issue Apr 5, 2010 · 0 comments

Comments

@tramdas
Copy link

tramdas commented Apr 5, 2010

I just tried to go through the Desktop application tutorial (http://wiki.developers.facebook.com/index.php/User:PyFacebook_Tutorial), and it works until I try the fb.auth.getSession() which returns the following error:

Traceback (most recent call last):
File "", line 1, in ?
File "/Users/tramdas/repos/pyfacebook/facebook/init.py", line 670, in getSession
result = self._client('%s.getSession' % self._name, args)
File "/Users/tramdas/repos/pyfacebook/facebook/init.py", line 1123, in call
return self._parse_response(response, method)
File "/Users/tramdas/repos/pyfacebook/facebook/init.py", line 1056, in _parse_response
self._check_error(result)
File "/Users/tramdas/repos/pyfacebook/facebook/init.py", line 1007, in _check_error
raise FacebookError(response['error_code'], response['error_msg'], response['request_args'])
facebook.FacebookError: Error 100: Invalid parameter

This was with Python 2.4.6 on OS X, with PyFacebook checked out a couple of days ago.

This could be related to issue 6 (http://github.com/sciyoshi/pyfacebook/issues#issue/6). Seems like this problem has been coming up from time to time, e.g. see here: http://code.google.com/p/pyfacebook/issues/detail?id=50

Is this a known issue? If it is, maybe someone should make a note of it on the wiki tutorial (http://wiki.developers.facebook.com/index.php/User:PyFacebook_Tutorial) since I'm sure many other newbies like me have lost a fair bit of time trying to get it to work :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant