QML Friends - QML module for using the Friends Service
======================================================

The Friends Service provides an API for interacting with your social
networks.  The friends service automatically uses accounts with
serviceType="microblogging" from Ubuntu Online Accounts.

Currently there are friends plugins for facebook, twitter, flickr,
foursquare and identica.

The service provides a Dee.SharedModel that contains the aggregated feed
from all of your enabled accounts.  Any application can connect to this
model and provide a user interface to display the feed.  You can created
filtered models off that shared model to sort or limit the results to specific
accounts, types, etc.  Your application never actually talks directly to the
web API provided by the social network, it would just interact with Friends.

This Dee model is currently used in the Friends lens, People lens and Gwibber.

The Friends service also provides APIs for sharing images, posting status
updates, replies, favoriting posts, retweet, contact sync, etc.

For an example of how to use QML Friends, see examples/poster.qml
