We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 395df01 commit bf72047Copy full SHA for bf72047
README.md
@@ -26,6 +26,9 @@ subclass it and add a few extra methods like so:
26
# initializing your consumer from the OAuth gem.
27
option :client_options, {:site => "https://api.somesite.com"}
28
29
+ # This is used for Sina weibo who didn't return :callback_confirmed params when get request token
30
+ option :callback_confirmed, true
31
+
32
# These are called after authentication has succeeded. If
33
# possible, you should try to set the UID without making
34
# additional calls (if the user id is returned with the token
0 commit comments