Sha256: 59870fa9e3ddbec190ab0e0ea6ad97273e9d4d1d8c87776909e4c26a942c25a5
Contents?: true
Size: 470 Bytes
Versions: 4
Compression:
Stored size: 470 Bytes
Contents
# http://wiki.developer.myspace.com/index.php?title=Category:MySpaceID # http://developerwiki.myspace.com/index.php?title=OAuth_REST_API_Usage_-_Authentication_Process # http://developerwiki.myspace.com/index.php?title=How_to_Set_Up_a_New_Application_for_OpenID class MyspaceToken < OauthToken settings "http://api.myspace.com", :request_token_path => "/request_token", :authorize_path => "/authorize", :access_token_path => "/access_token" end
Version data entries
4 entries across 4 versions & 1 rubygems