Skip to content

Instantly share code, notes, and snippets.

@mskog
Created July 3, 2013 19:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mskog/5921774 to your computer and use it in GitHub Desktop.
Save mskog/5921774 to your computer and use it in GitHub Desktop.
{
:provider => "steam",
:uid => "1234567890",
:info => {
:nickname => "Foo",
:name => "Foo bar",
:location => "BR",
:image => "http://media.steampowered.com/steamcommunity/public/images/avatars/3c/sdafdasf.jpg",
:urls => {
:Profile => "http://steamcommunity.com/id/asdfadsfdasf/"
}
},
:credentials => {},
:extra => {
:raw_info => {
:steamid => "1234567890",
:communityvisibilitystate => 3,
:profilestate => 1,
:personaname => "Foo",
:lastlogoff => 1325637158,
:profileurl => "http://steamcommunity.com/id/fsdfasdfasdf/",
:avatar => "http://media.steampowered.com/steamcommunity/public/images/avatars/3c/asdfasdf.jpg",
:avatarmedium => "http://media.steampowered.com/steamcommunity/public/images/avatars/3c/asdfdasfasf.jpg",
:avatarfull => "http://media.steampowered.com/steamcommunity/public/images/avatars/3c/asdfasfasdf.jpg",
:personastate => 1,
:realname => "Foo bar",
:primaryclanid => "1035827914322222706194",
:timecreated => 1243031082,
:loccountrycode => "US"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment