This tutorial will explain how to allow a user to sign into YouTube, getting your application authorised so you can use the YouTube API. This will allow you to upload / like / post comments…
Tag: oauth
Register for YouTube API use
This post walks you through registering for the YouTube API. This is necessary if you want to upload / download videos from YouTube using OAuth. Another way to think of registering is that, it creates…
[TUT] Sending a Tweet
Implemented this myself so thought I would share. This isn’t the prettiest solution but it gives you all the facts and is nice an quick. I’ve kept it all in one Activity to try and…