Closed GoogleCodeExporter closed 8 years ago
+1 from me, this is affecting my migration project. While fixing this bug, you
may
want to deprecate the "profile_action" arg and its related profile_setFBML()
methods,
since it is now deprecated in the new Facebook API.
Original comment by polarys@gmail.com
on 16 Sep 2008 at 10:47
The following method is already implemented in FacebookRestClient.java and
ExtensibleClient.java, it just needs to be added to IFacebookRestClient.java so
it is
accessible from user code:
public boolean profile_setFBML( Long userId, String profileFbml, String
actionFbml,
String mobileFbml, String profileMain ) throws FacebookException, IOException;
Original comment by polarys@gmail.com
on 23 Sep 2008 at 4:19
fixed svn 335. (2.0.2-SNAPSHOT)
I have exposed the method allowing you to set all types of profiles.
I have marked the many many smaller helper methods deprecated, just to slim
down the
api. shrug.
Original comment by fern...@gmail.com
on 30 Sep 2008 at 4:14
Original issue reported on code.google.com by
fern...@gmail.com
on 28 Aug 2008 at 5:35