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

有帮助吗?

解决方案

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top