module SocialOauthApi::Qqdenglu::Config
Public Instance Methods
open_id_url()
click to toggle source
# File lib/social_oauth_api/qqdenglu/qqdenglu_config.rb, line 6 def open_id_url 'https://graph.qq.com/oauth2.0/me' end
user_info_url()
click to toggle source
# File lib/social_oauth_api/qqdenglu/qqdenglu_config.rb, line 10 def user_info_url 'https://graph.qq.com/user/get_user_info' end