How do I publish an activity on facebook using the Graph API -
the old facebook legacy rest api had function dashboard.publishactivity
, new graph api allows messages posted on /me/feed
.
is there way send activities using graph api?
as mentioned in http://developers.facebook.com/blog/post/552/ facebook "have removed section displayed news developers published via dashboard apis in games dashboard". therefore dashboard.publishactivity function no longer provides useful functionality. recommendation switch either using stream posts or requests 2.0, these provide same sort of distribution you're looking for.
Comments
Post a Comment