Sha256: a6fe0763ff229b0a7e1aec55e9604e34257bb99e5094f8d5c16d931aa0a478b8
Contents?: true
Size: 441 Bytes
Versions: 2
Compression:
Stored size: 441 Bytes
Contents
# http://www.facebook.com/developers/apps.php # http://developers.facebook.com/setup/ class FacebookToken < OauthToken class << self def settings @settings ||= { :site => "https://graph.facebook.com", :authorize_url => "https://graph.facebook.com/oauth/authorize", :oauth_version => "2.0", :scope => "email, offline_access" } end def oauth_version 2.0 end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
authlogic-connect-0.0.2 | lib/authlogic_connect/oauth/tokens/facebook_token.rb |
authlogic-connect-0.0.1 | lib/authlogic_connect/oauth/tokens/facebook_token.rb |