Hi,
I am looking for the way to integrate Pinterest for authentication and grab user pins & boards data after. Unfortunately, there is no complete solution and the only plugin I found is PinSharp, but it doesn’t allow to get access token in a way it usually happens when app is installed on a device. To get access token I need to use Auth2 request manually, which is pretty uncomfortable for the user - he need to login using browser.
Pinterest got iOS sdk as well (for now I make app in Unity for iOS only), which seems is much better to use, but it’s a huge work to port existing SDK to Unity.
Did someone implement it before? What a suggestion/advice to make it work?
Regards