up vote 0 down vote favorite
share [g+] share [fb]

On this page: http://developers.facebook.com/tools.php?feed I read, today:

Facebook will deprecate template bundles and their related API calls December 20, 2009. Please start using stream attachments with stream.publish, FB.Connect.streamPublish, and Facebook.streamPublish instead.

Do anyone have an idea if there is a way to publish stories thru FDT not using the regisistration of template bundle?

Thanks

Andrea

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

Yes, just like it says, use streamPublish.

The Facebook Developer Toolkit v3.0 supports this through Facebook.Rest.Api.Stream.Publish

You will need the stream_publish extended permission from the user.

link|improve this answer
Yes actually it was a stupid question... I simply was using FDT in a wrong way. Version 3 is not out yet, correct? thanks – ila Oct 31 '09 at 11:08
It isn't released, but there is a pretty stable version you can download from the DEV branch on Codeplex – Pat James Oct 31 '09 at 15:44
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.