omniauth_china 0.0.7 → 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.markdown +1 -1
- data/lib/omniauth_china/version.rb +1 -1
- metadata +2 -2
data/README.markdown
CHANGED
|
@@ -26,7 +26,7 @@ OmniAuth currently supports the following external providers:
|
|
|
26
26
|
|
|
27
27
|
## 人人([taweili](http://github.com/taweili), [rainux](http://github.com/rainux), [he9qi](http://github.com/he9qi))
|
|
28
28
|
|
|
29
|
-
人人
|
|
29
|
+
人人 has been updated to Oauth 2.0; However, as of right now, 人人 still needs session key to get more user information other than just uid[see here](http://wiki.dev.renren.com/wiki/%E8%8E%B7%E5%8F%96%E4%BA%BA%E4%BA%BA%E7%BD%91%E8%B5%84%E6%BA%90), so we still need to request the session key by `https://graph.renren.com/renren_api/session_key?oauth_token='access_token'`. Hopefully this will change soon in the future.
|
|
30
30
|
|
|
31
31
|
## Usage
|
|
32
32
|
|