Wow, "Saturday, July 20, 2019" was a while ago. Nevertheless, here we are again writing about code.
I'm trying, totally unsuccessfully at this point, to talk to the LinkedIn API. There's copious documentation but something isn't connecting up in my mind and I'm having an IJDGI (I just don't get it) moment.
I've followed the process listed at https://docs.microsoft.com/en-us/linkedin/shared/authentication/client-credentials-flow?context=linkedin/compliance/context insofar as I have created an app and had it verified.
At the moment I'm in Visual Studio Code (VSC) and using the RestClient tool to do two-legged OAuth:
(client_id and client_secret obfuscated)
Unapproved Use CasesAdditional use cases we do not permit:No Social Feeds: Under our MDP Terms, none of the data provided via ourPage Management APIs can be used in a social feed use case (e.g. to displaya feed of LinkedIn company updates on the company’s website or intranet).
Hmm...
I've also asked for help on Reddit, DEV and StackOverflow. I expect they'll tell me it's unapproved.