GetIndetities() c# equivalent?


hi

im writing ios app, have c# mobile services end. 

its essential app able actual token interacting facebook graph api, google etc...

i need able post users social media channels if choose to.

i need c# end because im making use of owin lib. know getidenties() method in js need. need custom sort of linkedin flow inbuilt type info? work?

thank in advance 

john harris

hi john,

there equivalent in .net backend. can use following of controllers:

serviceuser user = (serviceuser) this.user; facebookcredentials creds = (await user.getidentitiesasync()).oftype< facebookcredentials >().firstordefault(); string accesstoken = creds.accesstoken;




Microsoft Azure  >  Azure Mobile Apps



Comments

Popular posts from this blog

Problem In Configuring Biztalk 2009 In Creating A ReceivePort.When I Try To Create A Receive POrt I Got This Error

BizTalk Server 2013 Azure VM Log Shipping and HA for hosts

Deleting duplicate values from a collection?