DotNetShoutout - Stories tagged with ap.net
5
Shouts

Web 2.0 | Twitter authentication using OAuth

published 990 days, 11 hours, 9 minutes ago posted by farooqkaiserfarooqkaiser 991 days, 7 hours, 58 minutes ago
Monday, September 06, 2010 2:06:01 PM GMT Sunday, September 05, 2010 5:16:51 PM GMT
As of August 31,2010, Twitter has stopped using basic authentication. applications will all use OAuth, an authentication method that lets you use apps without them storing your password. To learn more about OAuth, please visit @ http://oauth.net. Register your new application with Twitter You'll need a name and url for your application in order to register it, and you'll need to define a callback url. The callback url is the full url of the page Twitter should send the user to after it's done authe... (more)
category: Web Dev | clicked: 0 | comment | | source: www.fairnet.com
tags: .NET, C#, API, social network, ap.net
5
Shouts

Web 2.0 |     Dotnet Articles Dotnet Help Dotnet Books   Jobs    Technology and Web development

published 990 days, 11 hours, 9 minutes ago posted by farooqkaiserfarooqkaiser 991 days, 8 hours, 1 minute ago
Monday, September 06, 2010 2:06:01 PM GMT Sunday, September 05, 2010 5:14:15 PM GMT
As of August 31,2010, Twitter has stopped using basic authentication. applications will all use OAuth, an authentication method that lets you use apps without them storing your password. To learn more about OAuth, please visit @ http://oauth.net. Register your new application with Twitter ... [More] (more)
category: Web Dev | clicked: 2 | comment | | source: www.fairnet.com
tags: .NET, C#, API, social network, ap.net
5
Shouts

Web 2.0 | Putting a Bing Search on your Website

posted by farooqkaiserfarooqkaiser 1155 days, 4 hours, 23 minutes ago
Thursday, March 25, 2010 8:51:59 PM GMT
In this article, i will examined how to integrate Microsoft Bing Search engine on your site. First, you would have to get APPID from Microsoft site. Here is a link.  In next step, in your project add the following web reference. http://api.search.live.net/search.wsdl?AppID=YourAppId Here is code snippets to make a call in c#. 1: LiveSearchService service = new LiveSearchService(); 2: SearchRequest request = new SearchRequest(); 3:  4: request.AppId = "YOUR APPID"; 5: requ... (more)
category: Web Dev | clicked: 3 | comment | | source: www.fairnet.com
tags: .NET, C#, ap.net