My favorites | Sign in
Project Logo
                
New issue | Search
for
| Advanced search | Search tips
Issue 82: setFBML doesn't work on new facebook
3 people starred this issue and may be notified of changes. Back to list
Status:  New
Owner:  ----
Type-Defect
Priority-Medium


Sign in to add a comment
 
Reported by ekagaurangadas, Sep 15, 2008
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
 
__init__.py
35.3 KB Download
Comment 1 by kbrower, Sep 29, 2008
ahhh this is more than a medium problem
Sign in to add a comment

Hosted by Google Code