如何构建网站支持API,例如Facebook和Twitter API服务

问题描述:

你好,每个人
在Facebook中,每个开发人员都可以开发API并允许用户使用应用程序.

如何使用自己的网站执行相同操作,如何使我的网站支持某种API并让用户添加自己的API

任何链接和参考
谢谢

Hello Every one
in the facebook every developer can develop API and allow users to use the Applications.

how can i do the same with my own web site, how can i make my website support kind of APIs and make users to add them own API

any links and reference
Thanks

我用搜索短语" 为您的网站开发asp.net api 回来了2200万个Google搜索结果 ".这是CodeProject的文章(第一个结果):

使用相同的ASP.NET MVC代码构建真正的RESTful API和网站 [
I got 22 MILLION google results back with the search phrase "develop an asp.net api for your web site". Here''s a CodeProject article (the first result):

Build truly RESTful API and website using same ASP.NET MVC code[^]


看看使用ASP.NET用C#开发Facebook应用 [ Nikhil Kothari的博客 [ ^ ]也有一个有用的博客.

您可以直接在他们的网站上阅读有关Facebook API的信息.
Have a look at Developing Facebook applications in C# with ASP.NET[^].

Nikhil Kothari''s weblog[^] has a useful blog as well.

You can directly read about the Facebook API on their website.


这里的不错的文章可以帮助您入门:
http://www.developerfusion.com/article/4371/writing-pluginbased-applications/ [ ^ ]

此页面有一个类似的问题问:
http://*.com/questions/630971/how- to-start-creating-an-application-api-in-net [
Nice article here to get you started:
http://www.developerfusion.com/article/4371/writing-pluginbased-applications/[^]

This page has a similar question asked:
http://*.com/questions/630971/how-to-start-creating-an-application-api-in-net[^]