Showing posts with label TWITTER API 1.1. Show all posts
Showing posts with label TWITTER API 1.1. Show all posts

Friday, June 14, 2013

TWITTER API 1.1 FOLLOWER BOX WIDGET Example on C#, Asp Dot Net, With full source code

twitter API 1.1 Example on C#, Asp Dot Net, With full source code



We all are similar with Facebook Like Box and also how important they are to increase followers or likes. Cool Twitter Follower Box Widget Also works just like facebook like box. This will help you to increase twitter followers and get better position in twitter.  Other twitter users can also see which of their friends is already following your website so it gives a more social blend to your website and helps in bringing more traffic from twitter. Follow the steps below to add Cool Twitter Follower Box Widget For website
.




first create a application from https://dev.twitter.com/apps/new

after create application you can get oauth_token, oauth_token_secret ,oauth_consumer_key ,oauth_consumer_secret

After create oauth_token, oauth_token_secret ,oauth_consumer_key ,oauth_consumer_secret, put these value's on attached C# project and run attached code, you can POST/GET data from Rest API.
Download Source Code Here...