|
|
What steps will reproduce the problem?
1. try setFBML with current pyfacebook and will not work
2.
3.
What is the expected output? What do you see instead?
A new profile box, nothing appears
What version of the product are you using? On what operating system?
Latest from SVN / OS: CentOS 5.1 - Mac OS X 10.4 - Python 2.5 - Django 1.0
Please provide any additional information below.
Changes on pyfacebook/facebook/__init__.py lines 97,98
FACEBOOK_URL = 'http://api.facebook.com/restserver.php'
FACEBOOK_SECURE_URL = 'https://api.facebook.com/restserver.php'
for
FACEBOOK_URL = 'http://api.new.facebook.com/restserver.php'
FACEBOOK_SECURE_URL = 'https://api.new.facebook.com/restserver.php'
will make it work... Thanks for the API, i was breaking my head on this.
Regards
|