Domanda

I want url for twitter authentication.

I have facebook url for authentication like (www.facebook.com/dialog/oatuh) e.g var builder = new UriBuilder("https://www.facebook.com/dialog/oauth");

so now i want to authentication using twitter then what i should do in UriBuilder("?").

È stato utile?

Soluzione

Twitter's implementation of OAuth requires a little more work than Facebook.

I would start with Twitter's OAuth Documentation if you're determined to write your own code. I strongly recommend finding a library; there are good libraries out there for almost every language what someone else has already done.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top