Skip to content

Instantly share code, notes, and snippets.

@kensch
kensch / gist:1157563
Created August 19, 2011 18:15
Pin Based auth using jsOAuth, jQuery and PhoneGap on webOS
<!DOCTYPE html>
<html>
<head>
<!--
This is a sample PhoneGap webOS application that uses the Meetup.com OAuth API,
demonstrating an initial request by PIN based authentication. It relies on jsOAuth
for the heavy lifting in authentication, PhoneGap for device and database support,
and somewhat unnecessarily on jQuery. The jQuery structure is just to implement a
@kensch
kensch / support.html
Created August 6, 2011 14:39
webOS PhoneGap Support Example
<!DOCTYPE html>
<!--
This is an example of using form fields in PhoneGap to compose an email message. More details are available in this blog post:
http://weboscapades.blogspot.com/2011/08/we-all-need-little-support.html
Ken Schreihofer
weboscapades.blogspot.com