tags:

views:

349

answers:

2

Hi, I looked at Facebook page, and they not supported with the PHP Api: $facebook->api_client->profile_setFBML($profileContent);

can anyone help me with another possible API to use. Thanks

+1  A: 

The profile.setFBML method is deprecated, and about to be phased out entirely. You won't be able to use it anymore, and indeed, there is no point, since the profile boxes are going to cease to exist as well.

You are going to have to migrate whatever it is you're doing to Application Tabs instead. It will be the only way to put application content into a user's profile very shortly (timeline is "Early 2010").

zombat
A: 

thanks!! that "early 2010" link was a life saver!

deej