Talk:Changing profile content
From Facebook Developer Wiki
PLEASE SIGN YOUR MESSAGES -- there's a button in the bar above the edit area that does it for you
[edit] page is wrong
this
new - $facebook->api_client->profile_setFBML( null, $uid, $fbml_profile, $fbml_mobile, $fbml_main);
is not proper... there appears to be four profile parameters... there is a null either before or after the mobile parameter or else it will not work - anyone have proper documentation on this?--837574389 14:30, 31 October 2008 (PDT)
- Note: The above new reference no longer includes the $profile_action parameter, which was deprecated. The client library needs to be updated. Also, this page was created by someone outside of Facebook and has some other errors in it. --563683308 14:55, 31 October 2008 (PDT)
- Wondering if the client library was updated and someone did the updates here. -AJ User:1626796866
- The client library has been updated since then. You can get the latest library from http://svn.facebook.com/svnroot/platform/clients/php/trunk/ -- Pete (563683308 19:16, 3 December 2008 (PST))
Can't get this working... anyone else? -- Yanni Shainsky
- I fixed the PHP code for it. It should be working now. I had the same problem. -- Georges Gabereau
- Thanks Georges .. I hadn't used the PHP libs for a while when I wrote that. --703007342 21:18, 4 July 2007 (PDT)
[edit] profile.setFBML doesn't work
If I set the callback url to a localhost address and use profile.setFBML to change the content of the profile - it works fine. But once I set it to a remote address, it doesn't work - the profile content stays the same as before (it doesn't seem to affect it at all...) - how come? 693032976 08:01, 14 November 2007 (PST)
- I'm using phpnet.us - so could it be some kind of security issues or some php option at their side turned off? 693032976 08:06, 14 November 2007 (PST)
[edit] Good Example in PHP
I was having an error with setting the profile content using <fb:wide> and <fb:narrow> tags and this example helped me: how do i use profile_setFBML??? so confused --4800439 17:33, 27 July 2008 (PDT)
