-
Notifications
You must be signed in to change notification settings - Fork 1
yoshikazusawa/mixioauth
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Ti.include('mixioauth.js'); var $auth = createAuthorizer(); $auth(function(accessToken) { // call something mixi graph api with access token. }); // or direct uri access var apiUri = 'http://api.mixi-platform.com/2/voice/statuses/friends_timeline?format=json'; Ti.Mixi.callApi(apiUri, function(json) { // render json });
About
mixi oauth adapter for titanium mobile
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published