Harin
Harin

Reputation: 867

Tumblr integration on ios

I want to share my photo on tumblr as like we share on facebook or Twitter. For that I used reference as http://www.tumblr.com/docs/en/api/v2 and OAuth.

My problem is Using OAuth (as per developer blog tumblr is similar to twitter and so I just replace all key and api in code) I can successfully login in tumblr in webview,enter image description here and after click on Allow button (see in snap) I want authentication token but in my case I redirect on Callback Url which I passed when register my application.

And on done button clicked on webview I'm not got pin and that's why I can't get my token and receive failedAuthorization message.

Please suggest me any reference if possible or another way to post photo on tumblr.

Thanks in advance

Upvotes: 3

Views: 1612

Answers (1)

Vishal
Vishal

Reputation: 8256

Why are you not try with Share kit. It is most reliable source for sharing like:

Facebook,Twitter,LinkedIn,Tumbler. Try to implement with Share kit. It is easy to be

implemented also.

Upvotes: 1

Related Questions