Open
Description
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
- Tapping cancel before logging in should jump back to the originating app
- After logging in I should be immediately brought to the post screen