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

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -