spencer
(Spencer Hunter - Lead Developer Advocate @ Dwolla)
1
In relation to this blog post: http://blog.dwolla.com/dwolla-now-available-on-google-glass/. “Today, our partners at [The Members Group][1] (TMG), a financial services company that provides payments processing via their innovative suite of products, announced a cool new hack with Google Glass and, in the spirit of Dwolla, has released the code to [GitHub][2].”
This project was built by The Members Group (TMG). Major contributors: @brettneese
Click Create Application and create a public Google App Engine instance hosted on appspot.com.
Give the application an Application Identifier, an Application Title, and leave the authentication Open to all Google Accounts users. You’ll need the application identifier later to configure the quick start project.
Click Enable API and enable the Google Mirror API for your new project.
On the Credentials page, click Create new Client ID
Select Web application and specify any value for Authorized Javascript Origins, such as localhost
Specify values for your Authorized Redirect URI: http://localhost:8080/oauth2callback and the callback URL for your App Engine instance, for example, https://myappengineinstance.appspot.com/oauth2callback.
one of the major roadblocks to getting this out to more people is the 1,000 api calls/day limit. until google relaxes it a bit it gets jammed up even with just one person using it, haha. i’m definitely working on reworking it so it doesn’t use as many requests but pretty heads down with SRND right now.