Facebook wall post style
Posted by mahmud ahsan in FB Connect, Facebook | No Comments
Stream publish is one of the vital issue in facebook application or facebook connect base application. If you want to publish stream from your facebook application or facebook page application then you have to call
Facebook.streamPublish();
method with some parameters. If you want to publish from facebook connect base application then you have to call
FB.Connect.streamPublish()
with some parameters. One of the important parameter is the second parameter named attachment. Using this parameter you can add video, flash, text etc. This parameter actually is an object that contains text information, caption and other media like flash, music. But in text information that is called description you couldn’t use html. But suppose you have a quiz application and when user will publish stream you want some questions and answers will publish nicely. like this










