Skip to content

Instantly share code, notes, and snippets.

@jonmarkgo
Created May 3, 2013 01:23
Show Gist options
  • Save jonmarkgo/5506630 to your computer and use it in GitHub Desktop.
Save jonmarkgo/5506630 to your computer and use it in GitHub Desktop.
get "/" do
api_result = @client.execute(
:api_method => @oauth2.userinfo.get)
"You have authenticated as G+ user #{api_result.data.name}, your new Twilio-powered Glass phone number is #{@phone_number}<br><a href='http://www.twilio.com/' style='text: decoration: none; display: inline-block; width: 166px; height: 0; overflow: hidden; padding-top: 31px; background: url(http://www.twilio.com/packages/company/img/logos_icon_poweredbysmall.png) no-repeat;'>powered by twilio</a><br><br>Built by <a href='http://twitter.com/jomarkgo'>@jonmarkgo</a>"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment