Skip to content

Instantly share code, notes, and snippets.

@ProdigyView
Created January 21, 2014 00:30
Show Gist options
  • Save ProdigyView/8532148 to your computer and use it in GitHub Desktop.
Save ProdigyView/8532148 to your computer and use it in GitHub Desktop.
Disqus OAuth Without Email
stdClass Object
(
[username] => Meeee2
[user_id] => xxxx3109
[access_token] => xxxxxab49d274c6ead22e792
[expires_in] => 2592000
[token_type] => Bearer
[state] =>
[scope] => read,write,email
[refresh_token] => xxxxxxxxx429ea4b9fb9071a5f523
)
stdClass Object
(
[username] => Meeee2
[numFollowers] => 0
[about] =>
[name] => Meeee2
[url] =>
[joinedAt] => 2012-11-08T16:20:56
[rep] => 1.207496
[numFollowing] => 0
[connections] => stdClass Object
(
[facebook] => stdClass Object
(
[url] => http://www.facebook.com/JD
[id] => xxxx09315
[name] => John Doe
)
)
[numPosts] => 7
[reputation] => 1.207496
[location] =>
[profileUrl] => http://disqus.com/meee2/
[isPrivate] =>
[numLikesReceived] => 3
[isPrimary] => 1
[isAnonymous] =>
[id] => xxxx3109
[avatar] => stdClass Object
(
[small] => stdClass Object
(
[permalink] => https://disqus.com/api/users/avatars/meee2.jpg
[cache] => //a.disquscdn.com/uploads/users/3608/3109/avatar32.jpg?1382400993
)
[isCustom] =>
[permalink] => https://disqus.com/api/users/avatars/meee2.jpg
[cache] => //a.disquscdn.com/uploads/users/3608/3109/avatar92.jpg?1382400993
[large] => stdClass Object
(
[permalink] => https://disqus.com/api/users/avatars/meeee2.jpg
[cache] => //a.disquscdn.com/uploads/users/3608/3109/avatar92.jpg?1382400993
)
)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment