Question

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("?").

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top