如何在我的Asp.Net Web应用程序中集成Google Plus和Twitter?
问题描述:
任何人都可以告诉我如何在我的AsP.NET Web应用程序中与google plus和twitter集成吗?
Can any one tell me How to I Integrate with google plus and twitter in My AsP.NET Web Application?
答
使用 OAuth 。
看看这些:
对于Facebook:
Facebook:OAuth Dialog [ ^ ]
使用Web使用OAuth 2.0的API [ ^ ]
示例: C#Application with Facebook& Twitter与oAuth [ ^ ]
对于Google:
使用OAuth 2.0访问Google API [ ^ ]
使用OAuth 2.0 for Web服务器应用程序 [ ^ ]
示例:使用带有OAuth 2.0的Web API [ ^ ]
Using OAuth.
Have a look at these:
For Facebook:
Facebook: OAuth Dialog[^]
Using Web APIs with OAuth 2.0[^]
Sample: C# Application Integration with Facebook & Twitter with oAuth[^]
For Google:
Using OAuth 2.0 to Access Google APIs[^]
Using OAuth 2.0 for Web Server Applications[^]
Sample: Using Web APIs with OAuth 2.0[^]
使用他们的开发人员API将这些应用程序集成到你的代码。
Use their developer API to integrate these applications in your code.