Hello,
I'm working on a Xamarin.Forms application in combination with Azure Mobile Services. I'm able to get auth token using azure's Identity feature using which I've login working for facebook, twitter and google accounts. In return, I get a user-id and a token.
I'd like to know in order to post/publish some content (text or images) to facebook or google or twitter platform after getting the auth token from relevant provider, which SDKs should I use?
I've mainly tried many Facebook SDKs out there in the component store that doesn't seems to work with the auth token that I have. Also, there are many negative feedback for all those components that it's either outdated or buggy.
So, I'd like to know how to achieve the above task, which SDK should I use in my project? (From component store or the native ones provided by each platform)
Also, it will be good to know what other have already tried for similar requirement, please share.