Pregunta

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

¿Fue útil?

Solución

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.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top