ritamnrg / facebook-java-api

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

Support new Games Dashboard API calls #280

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Very soon, Facebook will introduce its new Games Dashboard to facilitate FB
users' interaction with apps that are games.  This dashboard contains
elements that can be controlled by two new API subsections: Counter and
News Items.  The API methods for these subsections are currently in BETA.

BETA API description: 
http://wiki.developers.facebook.com/index.php/Dashboard_API

Dashboards roadmap: 
http://wiki.developers.facebook.com/index.php/Roadmap_Dashboards

I know my company will want to jump on this API as soon as it's in
production, so I'm hoping that it can get incorporated into the
facebook-java-api codebase as quickly as possible.  Woot!

Original issue reported on code.google.com by o.nl...@gmail.com on 17 Dec 2009 at 8:35

GoogleCodeExporter commented 8 years ago
Hi.

I've developed the first implementation of dashboard api. Here is a patch (use 
patch
-p1 < dashboard.patch). It doesn't changes xsd because Facebook xml response for
dashboard.getNews and dashboard.getGlobalNews are very strange. Some methods 
return
very strange responses.  

Original comment by rdmytre...@gmail.com on 18 Dec 2009 at 9:47

Attachments:

GoogleCodeExporter commented 8 years ago
I have provided my take on some of the methods you did not cover: 
http://code.google.com/p/facebook-java-api/issues/detail?id=288

Original comment by klom...@gmail.com on 2 Feb 2010 at 12:49

GoogleCodeExporter commented 8 years ago
Hmmm... seems as if Facebook's API calls you coded against may have changed 
since you 
posted them in mid-December.

Original comment by klom...@gmail.com on 2 Feb 2010 at 2:47

GoogleCodeExporter commented 8 years ago

Original comment by jasper.r...@gmail.com on 5 Feb 2010 at 3:48