FriendsUtils

Common Utilities for Friends More...

Detailed Description

FriendsUtils provides some common functions needed for Friends.

The API providews the following methods:

Example of use:

Item {
    FriendsUtils {
        id: friendsUtils
    }

    Text {
        text: friendsUtils.createTimeString("2013-03-07T19:30:02Z")
    }
    Image {
        source: friendsUtils.getAvatarPath ("https://graph.facebook.com/kenvandine/picture")
    }
}