4
In almost all social media Apis, you need to authenticate your app with Oauth to be able to use its features.
How is this process?
In my case, I am trying to bring a list of followers of a particular blog by v2 of the Tumblr API, using the Javascript client: http://www.tumblr.com/docs/en/api/v2
I tried to look for some solution in the documentation of oauth.net but everything got very confusing for me.
Very good this article from Diogo @claudsan, the other 2 links he recommends reading in the post are also very good. It’s already a good start. Thank you!
– Luan