Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Success and cancel URL are lost when jumping to Tumblr app with no user logged in #53

Open
adammlevy opened this issue Jan 23, 2014 · 0 comments

Comments

@adammlevy
Copy link

Using the following Tumblr API method

[TMTumblrAppClient createLinkPost:_articleTitle URLString:_articleURL description:_articleSummary tags:_articleTags success:_successURL cancel:_cancelURL];

As soon as the Tumblr app is launched, if no user is logged in then the successURL and cancelURL is lost.

If I launch the Tumblr app with this API method and no user is logged in then I would expect two things

  1. Tapping cancel before logging in should jump back to the originating app
  2. After logging in I should be immediately brought to the post screen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants