I do not know if this is bug or just changed specification, but
feed_publishUserAction is not returning array of booleans, not boolean.
Return type of all feed_publishUserAction methods should be changed to T in
IFacebookRestClient and ExtensibleClient, to java.lang.Object in
FacebookJaxbRestClient and FacebookJsonRestClient and to
org.w3c.dom.Document in FacebookXmlRestClient. (for version 2)
Also in ExtensibleClient, return from feed_publishUserAction should be
changed to
return callMethod( FacebookMethod.FEED_PUBLISH_USER_ACTION, params );
See http://wiki.developers.facebook.com/index.php/Feed.publishUserAction
Original issue reported on code.google.com by dmrgl...@gmail.com on 21 Nov 2009 at 5:41
Original issue reported on code.google.com by
dmrgl...@gmail.com
on 21 Nov 2009 at 5:41