ritamnrg / facebook-java-api

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

Update to Dashboard API (patch) #294

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Patch against: SNAPSHOT-3.0.3

The included patch properly returns JAXB and JSON objects populated with the 
news ids resulting from a call to dashboard.multiAddNews.

The patch also includes a previous patch which externalizes the logic for 
performing network connections. This allows users to define their own 
communication stack (eg. if one wants to use socket pooling, etc...). I have 
provided the externalized file we use as reference.

-Kyle

Original issue reported on code.google.com by klom...@gmail.com on 11 Feb 2010 at 4:39

Attachments:

GoogleCodeExporter commented 8 years ago
I have added the dashboard.multiClearNews API call. The patch contains the 
cumulative 
changes.

Original comment by klom...@gmail.com on 11 Feb 2010 at 7:39

Attachments:

GoogleCodeExporter commented 8 years ago
I have tested and applied these patches.

Extending ExtensibleClient.postFileRequest() is now deprecated in favor of 
plugging
in your own CommunicationStrategy. 

Original comment by jasper.r...@gmail.com on 16 Feb 2010 at 3:10

GoogleCodeExporter commented 8 years ago
Hi guys.
who can tell me why I can not use the new methods such as
dashboard.addNews,dashboard.addGlobalNews?
I have import facebook-java-api-3.0.2.jar into my project,but it looks not work!
Thanks!

Original comment by dapo...@gmail.com on 3 Mar 2010 at 7:58