-
Notifications
You must be signed in to change notification settings - Fork 29
Description
I registered an app and got a consumer and secret key, and when I put them into https://api.tumblr.com/console/calls/user/info I get absolutely nothing back.
I read a similar issue posted on here that we had to use https://api.tumblr.com/console/calls/user/info as our redirect and/or default callback url to get around the problem, which I did try but it gave me the same results i.e. no tokens being returned.
In fact, from testing, it doesn't matter what urls I put into my Default Callback or Redirect, it always redirects back to https://api.tumblr.com/console/calls/user/info with absolutely no tokens being returned.
I have triple checked that I'm giving the right keys at this point and there's no issues there either. Unless I am absolutely missing something, this looks like a bug to me.