Click here to Skip to main content
15,884,836 members
Everything / Twitter

Twitter

twitter

Great Reads

by Sander Rossel
Using Twitter Bootstrap to create pages that'll look good on all devices
by Grasshopper.iics
A Simple Step By Step Guide to Social Network Integration In Android
by Borja Prado
How to upload a video to Vine via API
by DataBytzAI
Fast way to post pre-prepared twitter updates, without using the API

Latest Articles

by Peter Sun (247)
Create a C# WPF app to read Twitter tweets and retweets via REST API with grouping related users / friends by categories. As a bonus, tweets can be saved in Azure / Cloud, and viewed in an Azure website.
by Bruno Baia
Spring.NET Social helps you to simplify authentication (OAuth) and API binding with Software-as-a-Service (SaaS) providers such as Facebook and Twitter.
by Kel_
Visualizing a stream of tweets using Emitter Publish/Subscribe in real-time. Deploying .NET Core on Linux with Docker.
by Intel
This guide contains steps to have your Orbotix Sphero check Twitter and change its colored lights in response to new tweets posted using the hashtag #intelmaker.

All Articles

Sort by Score

Twitter 

24 Mar 2015 by Sander Rossel
Using Twitter Bootstrap to create pages that'll look good on all devices
5 Oct 2014 by Grasshopper.iics
A Simple Step By Step Guide to Social Network Integration In Android
6 Apr 2015 by Borja Prado
How to upload a video to Vine via API
29 Feb 2016 by DataBytzAI
Fast way to post pre-prepared twitter updates, without using the API
6 Sep 2013 by JayJanarthanan
View a twitter feed in the Windows 8 UI grid - the fast way
6 Mar 2014 by Pranav-BiTwiser
just add placeholder attribut to your .aspx code of textboxe.g:-
3 Oct 2012 by Sams Publishing
A chapter excerpt from Sams Teach Yourself Node.js in 24 Hours.
21 Nov 2018 by Bruno Baia
Spring.NET Social helps you to simplify authentication (OAuth) and API binding with Software-as-a-Service (SaaS) providers such as Facebook and Twitter.
6 Jun 2013 by ridoy
See these links which will help you..http://www.aspdotnet-suresh.com/2012/05/add-twitter-login-authentication-to.html[^]http://www.voiceoftech.com/swhitley/?p=681[^]
29 Jul 2011 by Dylan Morley
From stack overflowhttp://stackoverflow.com/questions/1960957/twitter-api-logout[^]The session with Twitter is defined by a cookie owned by Twitter -- something you do not have control over. You cannot log them out of Twitter on their behalf.If you want someone to be able to use your...
9 Feb 2012 by Christian Graus
I would suggest getting a sample off the web, running it verbatim and then changing it a bit at a time until it does what you want, then you'll find the difference along the way that is breaking it, and can ask a more specific question
18 Feb 2012 by Ed Nutting
Edit: Please don't place code blocks round your question.Further information required to answer this question (probably) - which Twitter library are you using? Which Twitter API are you accessing? Twitter has a limit on the number of requests you are allowed to make to it in certain time...
23 Feb 2012 by Orcun Iyigun
Here[^] is a list of all the C# libraries listed on twitter's website.Here[^] is a link to Twitter's REST API documentation.Here[^] is a sample project called Linq2Twitter.And a bonus[^] link.Good luck,OI
26 Feb 2012 by FrostedSyntax
make a web request to "http://search.twitter.com/search.json" with the parameter "q" for your query. It will return a JSON object.does that help any?
5 Mar 2012 by AtifImtiaz
Hello,I want to integrate twitter in my ASP.Net web site, C# is my code behind language.I want to implement a profile page in which user should be able to sign in from twitter. After clicking on "Sign Up via Twitter" Button. I have made a twitter application and i am doing this thing with...
5 Mar 2012 by MaulikDusara
Hi,Refer below linkshttp://www.4guysfromrolla.com/articles/051210-1.aspx[^]http://twitter.com/#!/aspnet_projects[^]http://www.codeguru.com/csharp/.net/net_asp/article.php/c16841[^]http://www.aspnetworld.com/articles/2010032201.aspx[^]
8 Mar 2012 by NDawg606
I'm very green to webdesign. I understand coding from over a decade ago, but not done it since and it's slowly coming back to me, but it's all different now as well. Sorry it's long but I need a very specific task.I have a weekly webcomic that when I update with a new comic, I want my...
15 Jun 2012 by Tim Corey
You have an overloaded constructor here. The first is taking in a set of credentials while the second is building that set of credentials. The overarching idea behind this code is that Twitter applications need to use an authentication token to connect to most Twitter services. This is so...
24 Jun 2012 by Sandeep Mewara
Here, have a look at these:Sign in with Twitter[^]OAuth FAQ[^]Try!
29 Jul 2012 by Christian Graus
This is a programming site. Read the help on Twitter or go to a site that helps people use the web, not create it ( as we do here )
28 Mar 2013 by Jeffrey T. Fritz
I have publications scattered across three blog services, two twitter accounts, Facebook, LinkedIn, and now App.Net. In this post, I'll show you how I coordinate all of these services with a third party tool called IFTTT.
7 Oct 2013 by saravanan R
I'm developing SharePoint Hosted APP. In that, I need to use JavaScript only. In previous version 1.0, I can get the data using client side scripting, but now in the twitter search API version 1.1, they are using some authentication.So, we need register in the twitter site and then get...
8 Dec 2013 by Mukund Thakker
Add following javascript,!function (d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (!d.getElementById(id)) { js = d.createElement(s); js.id = id; js.src = "https://platform.twitter.com/widgets.js"; fjs.parentNode.insertBefore(js, fjs); } }(document, "script", "twitter-wjs");Add...
13 Apr 2014 by Manas Bhardwaj
Look at a similar discussion here. Might help!http://stackoverflow.com/questions/4211806/json-from-twitter-api-contains-u2019[^]
13 Jul 2014 by abhijeetgupta1988
If you're using .net then there is an open source library available named as Tweetinvi.Here is the link[^]Its a nice library and has good documentation.
6 Nov 2014 by Dexter11
Hello,I am new to twitter API and i want to get the count of followers of one of the page i follow.I want to achieve this using .net console application as i want it to schedule it everyday.Could anyone point me to working example if its already present, i googled but didn't found any...
5 Dec 2015 by Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ)
Refer - JavaScript oAuth[^]
29 Jul 2011 by Govind212
HiIs there any way we can logout the users twitter account using twitter API.?In my application i am sending my users to twitter authentication page,it will asks them to login to send a tweet.Once they send a tweet they still remain on login status.I need like every time they should enter...
30 Jul 2011 by Brady Kelly
I'm briefed to 'get the site on Facebook and Twitter', and I'll throw in LinkedIn for good measure. I'd like some recommendations on what I can do, and what I should do to give these networks as much exposure as possible in the site I am developing. Trawling the documentation provided by these...
28 Aug 2011 by ud_miser
I request https://upload.twitter.com/1/statuses/update_with_media.xml ,always response /1/statuses/update_with_media.xml Could not authenticate with OAuth. First,get signature...
28 Sep 2011 by htdu87
How i get top 20 twitter of user in Twitter using twitter API?thank!
28 Sep 2011 by Richard MacCutchan
Ask Twitter for the documentation on their API.
4 Oct 2011 by CodingLover
Tweets are one of the mostly used for status sharing these days. This tip highlights one of the easiest ways to display Tweets in PHP.
16 Nov 2011 by 204.sharma
Hiii, I need to get status from twitter in an C# console Application.At now time i am trying to do this by using twitterize framework dll.i got this from a site.but i unable to get tweet.i want to search tweet according to three query string.1.if i type #india then it must show all...
7 Feb 2012 by shiblybcc
I am a new PHP learner. I need a status box like twitter status box. I have tried many websites and i can not find the exact solution. What i exactly need is 1. Status box like twitter2.automatically include URL 3.After 500 characters user should not allowed to type in.Please...
8 Feb 2012 by xbolslock
hi all!! I need another help!!Currently programming a twitter app on windows phone 7 in c#.I tried all kinds of online example but it just dont work for me!!I can enter my search terms, but nothing display in my listbox!any solutions??? PLEASE AND THANKS!!!!!! >
16 Feb 2012 by kiranmahale123
Hi,How to share videos of my Site to twitter and GPlus.what is the code to be written in Asp.net to share the videos.Please reply.
18 Feb 2012 by hosseinDolat
Hi. I am doing a research on twitter. I found a c# code which is using a twitter api to download the tweets of the users that I specify in the porogram but the problem is when I run the program after a while the program is no longer able to download the tweets and it gets 0 number of tweets. Is...
21 Feb 2012 by WaleedMuh
Is there a way to get a permanent authentication?I`m using the API to make tweets when news are added via my website`s CMS..(When News is added.. the news title and link are tweeted)But using the current Authentication way i have to redirect to the authentication page each time i add a news...
23 Feb 2012 by abey e mathews
how to use twitter api in asp.netSimple application to to know how api work with asp.net C#
23 Feb 2012 by Manfred Rudolf Bihy
Start from here: http://www.stardeveloper.com/articles/display.html?article=2009061401&page=1[^] and if that is not enough goolge has some more suggestions. Just google "twitter API ASP.NET".Regards,Manfred
26 Feb 2012 by nrkhi401
Create a web application using .Net technology that accepts a keyword and displays 10 relevant tweets from Twitter in real-time for that keyword.Can any one please help me on this its urgentthanksravikumarEdit: No need to write urgent.
28 Feb 2012 by DigitallyBorn
Answered you on the support forums.[^]
12 Mar 2012 by hosseinDolat
Hi I need to download the list of followers of a list of twitter users for my research. I am using c# code and I have visited the https://dev.twitter.com/console[^] which has as API to extract the associated number to each follower but not the exact Twitter ID which I require. Is there any one...
12 Mar 2012 by Ganesan Senthilvel
Below are some bits of the code used in the spreadsheet, to fetch twitter followers list.function tw_request(method, api_request){ // general purpose function to interact with twitter API // for method and api_request doc see http://dev.twitter.com/doc/ // retuns object var...
29 Mar 2012 by eduphilic
I need code or API for directly logging into my website without registering into it by using existing twitter/facebook/gmail/yahoomail ids. can somebody help me