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
Post a Comment