Tuesday, July 6, 2010

Facebook Development FAQ

1. Can I send messages to users through Graph API?
No. (2010-07-06)

2. Can I send messages to fan page fans?
Yes, through the fan page admin panel.(2010-07-06)

3. Can I open the post to wall popup in fan page tab?
Yes, through the old Facebook.streamPublish function. New Fb.ui cannot. (2010-07-06)

4. Width of multi-friend-selector cannot be changed?
Use width="700" instead of style="width:700px"

5. Encounter Error:
" Fatal error: Uncaught CurlException: 60: SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed thrown in /Users/wesbos/Dropbox/OrangeRhinoMedia/reporting/src/facebook.php on line 512"

Solution:
http://forum.developers.facebook.com/viewtopic.php?pid=225380

6. Get Insights from a Page, not an App
http://forum.developers.facebook.net/viewtopic.php?id=58146

7. FQL Like statement
WHERE strpos(message,'the') >= 0
http://forum.developers.facebook.net/viewtopic.php?id=30775

List of posts:
IE8 XSS
http://wiki.developers.facebook.com/index.php/Talk:Fb:request-form#IE8_Final_.28iframe.29
http://forum.developers.facebook.com/viewtopic.php?id=32954

I can't get the new Javascript SDK to work with IE8
http://forum.developers.facebook.com/viewtopic.php?id=61389

Graph API - Post Photo to fan page
http://forum.developers.facebook.com/viewtopic.php?id=59063

Uploading photos to fan page album
http://forum.developers.facebook.com/viewtopic.php?pid=246096

No comments: