smf/inc/common/smfdes.h
changeset 5 edb9dc8273d9
parent 3 0446eb7b28aa
equal deleted inserted replaced
4:969092730d34 5:edb9dc8273d9
    48  *				- how to fetch a list of contacts from a remote server e.g. Facebook, see @ref MyApplication::displayFriends()
    48  *				- how to fetch a list of contacts from a remote server e.g. Facebook, see @ref MyApplication::displayFriends()
    49  *				- how to get a @ref QContact from a SmfContacts see @ref MyApplication::showlist()
    49  *				- how to get a @ref QContact from a SmfContacts see @ref MyApplication::showlist()
    50  *				- how to get a list of images from a remote gallery e.g. Flickr.com, see @ref MyApplication::displayGallery()
    50  *				- how to get a list of images from a remote gallery e.g. Flickr.com, see @ref MyApplication::displayGallery()
    51  *				- how to post privately to a contact see @ref MyApplication::postUpdate()
    51  *				- how to post privately to a contact see @ref MyApplication::postUpdate()
    52  *				- how to tell others about the music you are currently listen to, see @ref MyApplication::updateCurrentPlaying()
    52  *				- how to tell others about the music you are currently listen to, see @ref MyApplication::updateCurrentPlaying()
       
    53  *				- how to list all the activities that has happened recently, see @ref MyApplication::getActivities() and @ref MyApplication::showActivities() 
    53  *
    54  *
    54  *		@section smf_sample_plugin Sample Plugin From Service provider
    55  *		@section smf_sample_plugin Sample Plugin From Service provider
    55  *		- This shows how to write a plugin for extending SMF service. Authentication Application also needs to be provided for these plugins.
    56  *		- This shows how to write a plugin for extending SMF service. Authentication Application also needs to be provided for these plugins.
    56  *				- how to create request to be sent to a remote server e.g. Flickr.com, see @ref SamplePlugin::pictures()
    57  *				- how to create request to be sent to a remote server e.g. Flickr.com, see @ref SamplePlugin::pictures()
    57  *				- how to implement posting of comment on a picture to Flickr.com,  @ref SamplePlugin::postComment()
    58  *				- how to implement posting of comment on a picture to Flickr.com,  @ref SamplePlugin::postComment()