The methodology is very simple. Redirect the user to grant access to your app for a particular Google service. Once access is granted, use the authentication token to retrieve information related to the user. I demonstrate this with a very simple...
The methodology is very simple. Redirect the user to grant access to your app for a particular Google service. Once access is granted, use the authentication token to retrieve information related to the user. I demonstrate this with a very simple...
Courtesy - yet again, Ruby! #!/usr/bin/env ruby require "rubygems" require "mechanize" module SMS class OneSixtyByTwo attr_accessor :agent, :uid attr_accessor :urls def initialize(username, password) @urls = { ...
Latest comments