~ps-jenkins/account-plugins/trusty-proposed

« back to all changes in this revision

Viewing changes to qml/flickr/Main.qml

  • Committer: Tarmac
  • Author(s): Ken VanDine, Alberto Mardegan
  • Date: 2013-06-12 13:20:40 UTC
  • mfrom: (113.2.6 qml)
  • Revision ID: tarmac-20130612132040-mnj2xp4j11uooa1o
Add a few QML plugins

Add facebook, flickr, google and twitter QML plugins for Ubuntu Touch.

Approved by PS Jenkins bot, Ken VanDine.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
import Ubuntu.OnlineAccounts.Plugin 1.0
 
2
 
 
3
OAuthMain {
 
4
    creationComponent: OAuth {
 
5
        function getUserName(reply) {
 
6
            return reply.username
 
7
        }
 
8
    }
 
9
}