libbybaldwin / applaud-tmt5p1-oauth-twitter

Sample PhoneGap Android app using OAuth 1.0a, Twitter and non-PIN method

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MDS AppLaud : Two-Minute Tutorial 5 Part 1

jsOAuth and ChildBrowser : PhoneGap / Android non-PIN Twitter App

Source code from Two-Minute Tutorial 5 Part 1 for MDS AppLaud 1.2.5+ (Eclipse Plugin for PhoneGap / Android) tutorial.

The TMT5 Part 1 Tutorial on MDS AppLaud website has complete instructions, this source and useful links.

Recently updated to work with PhoneGap 1.1+ and jQuery Mobile 1.0 RC2+.

This code is html/javascript/css and therefore not specific to Android. AppLaud projects using this code run very well on an AVD (Android Virtual Device), as well as a real Android 2.x device, with carrier or wifi connectivity.

This app relies heavily on:

If using the code outside AppLaud, review scripts in index.html (this version of index.html relies on AppLaud project wizard to insert scripts, etc), but as a javascript programmer, you already do that anyway, right?

The MIT License

Copyright (c) 2011 Libby Baldwin, Mobile Developer Solutions

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Sample PhoneGap Android app using OAuth 1.0a, Twitter and non-PIN method


Languages

Language:JavaScript 100.0%