We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Using the following Tumblr API method
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
The text was updated successfully, but these errors were encountered: