Which makes me think single-user oauth is not possible with the Tumblr
API. Is this correct? Should I be using xAuth instead? If so, any tips
or guides to can point me to about how to do that would be most
appreciated!
Thanks very much!
felix bonkoski
unread,
Mar 30, 2012, 10:19:01 AM3/30/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to tumbl...@googlegroups.com
You could use xAuth, or you could just jump through the "web auth" flow one time manually, and then save the Oauth client keys you obtain for your account for later use.
Corinne
unread,
Mar 30, 2012, 4:41:23 PM3/30/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to tumbl...@googlegroups.com
Thanks Felix. I thought about doing the whole web auth flow once just to get the keys. Do you think that makes more sense than xAuth? Or does it not really make a difference?
felix schwermut
unread,
Mar 30, 2012, 5:53:19 PM3/30/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to tumbl...@googlegroups.com
I guess it doesn't really matter either way. The only advantage I can think of by not using xAuth is that once you've obtained your client key, you don't have to think about it again. With xAuth, If your Tumblr account changes passwords, you'd have to remember to go back into your code and change the password sent with xAuth. The OAuth client key would remain constant, however.