Skip to content

Commit bf72047

Browse files
committed
update README
1 parent 395df01 commit bf72047

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ subclass it and add a few extra methods like so:
2626
# initializing your consumer from the OAuth gem.
2727
option :client_options, {:site => "https://api.somesite.com"}
2828

29+
# This is used for Sina weibo who didn't return :callback_confirmed params when get request token
30+
option :callback_confirmed, true
31+
2932
# These are called after authentication has succeeded. If
3033
# possible, you should try to set the UID without making
3134
# additional calls (if the user id is returned with the token

0 commit comments

Comments
 (0)