Welcome to Shaun Luttin's public notebook. It contains rough, practical notes. The guiding idea is that, despite what marketing tells us, there are no experts at anything. Sharing our half-baked ideas helps everyone. We're all just muddling thru. Find out more about our work at bigfont.ca.
Contents tagged with REST
-
Export YouTube Video Uploads by UserName via the Google REST API
The following uses the Google API explorer: https://developers.google.com/apis-explorer/#p/youtube/v3/ First, GET the playlistId for your Uploads playlist. https://developers.google.com/apis- … more
-
Salesforce REST API: Use the OAuth 2.0 Authentication Username-Password Flow
The Successful Response The goal of authentication is to receive an authentication_token If we make a successful OAuth request, we will receive response like this: id : https://test. … more