huuanh1987 / facebook-java-api

Automatically exported from code.google.com/p/facebook-java-api
0 stars 0 forks source link

Wrong return type of feed_publishUserAction #270

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
this method is deprecated and will go away.

Original comment by fern...@gmail.com on 21 Nov 2009 at 8:56