tumblr / docs

Tumblr's public platform documentation.
Apache License 2.0
108 stars 26 forks source link

Can't create access tokens #113

Closed sorin-costea closed 7 months ago

sorin-costea commented 1 year ago

I'm trying to get the Oauth1 access tokens, and using Postman so I can see what's going on. So I created a new app in my account, and I have its consumer key and secret.

  1. I send the authenticated GET all fine, I get the temporary token/secret. Good
  2. The unauthenticated GET to the authorize endpoint wants to redirect me to the tumblr login page. And the redirect has anyway no oauth_verifier parameter, only the oauth_token. So the flow stops here.

I don' understand what I'm doing wrong here... I have a localhost address configured as callback URL, so I don't understand the redirect to Tumblr login, or the missing verifier parameter.

cyle commented 1 year ago

Hey, thanks for bringing this up, it looks like we can reproduce the issue. We're working on it! (I think you may also have a Support ticket open about this?)

sorin-costea commented 1 year ago

@cyle I do have a support ticket indeed but I kinda gave up on it.

But just to clarify: is this a documentation issue, or a technical issue? Because if it's the former you can just hint me and I'll pick it from there - otherwise I assume a fix will need quite a while.

cyle commented 1 year ago

I'm guessing this is the same technical issue on our side as https://github.com/tumblr/docs/issues/112

cc @sanmai

sanmai commented 11 months ago

Are you logging in with Google/Apple by any chance?

sorin-costea commented 11 months ago

No, just regular email login.

sorin-costea commented 7 months ago

As far as I can tell, it works now. So as I'm the one who opened this, I'll close it. Thank you!