Click here to Skip to main content
15,892,161 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 Title

Twitter 

20 Jun 2012 by markand911
I am using @Anywhere code to implement the twitter signup functionality for my website twttr.anywhere(function (T) { document.getElementById("signin-btn").onclick = function () { T.signIn() }; });Above written is my code to put...
5 Oct 2014 by Grasshopper.iics
A Simple Step By Step Guide to Social Network Integration In Android
7 May 2015 by Jamie Munro
A fancier Twitter Timeline
3 Oct 2012 by Sams Publishing
A chapter excerpt from Sams Teach Yourself Node.js in 24 Hours.
22 May 2016 by Maddy_1008
Hi Everyone,I have created twitter button and added below code to work it. Its working fine.Now I want to an image with this tweet. Any one knows, How to add image in tweet?Please tell me if any one have done this. $("#aTwitter").click(function () { var url =...
3 Nov 2014 by Evgeny Gorbin
Simple social network integration tutorial for android using modular library
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
29 Mar 2012 by bbirajdar
Use this open source project from codeplex.It includes authentication for - OpenId Twitter (OAuth) Facebook (OAuth2) Microsoft Connect (Live Id)http://orchardopenauth.codeplex.com/[^]
14 Nov 2012 by Ibrahim Oweidat
I want to add API twitter to my windows 8 metro application(XAML). Any help ?
6 Feb 2013 by Jeff Blankenburg
This is an article I wrote for Windows Phone, but the code and information is still accurate and relevant to Windows 8 development.31 Days of Windows Phone: Day #25 | Talking To External APIs
1 Jul 2015 by fenilsuthar
I want to get tweets list from #tag using any API in Asp.net 4.0 C#. I have tried using bellow code. I am getting 401 unauthorized error in GetResponse().My Code :string url = "https://api.twitter.com/1.1/search/tweets.json?q=#Haylof";string oauthconsumerkey = "consumer key";string...
7 Jul 2015 by fenilsuthar
Please see bellow links to search tweets using #Tag in .net 4.0 C#.1. To Authenticate & Get Access Token2. Search First 15 Tweets Using #Tag
1 Jul 2015 by fenilsuthar
I want to get twit list using #tag from twitter. I have created Application in asp.net C#. I have used ASPSnippets.TwitterAPI to get access token and profile details. ASPSnippets.TwitterAPI will only allow to get user's profile not twits.Please suggest me any api or a way to query and get...
1 Jul 2015 by Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ)
Refer the answer - C# & Twitter API: Getting tweets with specific #tag[^].
7 Jul 2015 by fenilsuthar
Please see bellow links to search tweets using #Tag in .net 4.0 C#.1. To Authenticate & Get Access Token2. Search Tweets Using #Tag
15 Jun 2012 by saisne
Somebody can explain me this code :auth = new MvcAuthorizer { Credentials = credentials }; auth.CompleteAuthorization(Request.Url);var auth = new MvcAuthorizer { Credentials = new...
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...
15 Jun 2012 by saisne
I tried with this code to post on the wall (Twitter) of a userif (credentials.ConsumerKey == null || credentials.ConsumerSecret == null){ credentials.ConsumerKey = ConfigurationManager.AppSettings["twitterConsumerKey"]; credentials.ConsumerSecret =...
15 Jun 2012 by saisne
Twitter doesn't allow duplicate message.to guarantees that the text of each message will be differenti'm using : twitterCtx.UpdateStatus("Welcome - " + DateTime.Now.ToString());
15 Jun 2012 by saisne
I have two asp.net mvc3 project on same machineI used the same reference LinqToTwitterin one project allows me to write: auth.CompleteAuthorization (Request.Url);but the other shows me an error in auth.CompleteAuthorization (Request*.Url*);request does not know the UrlThanks
15 Jun 2012 by saisne
the problem is that I used one in the controller and the other in a simple class
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...
27 Mar 2012 by Mellita
If i bookmark a page i would like to be in the respective page more over to another one, i will find the way from that page to refer in google to check it.
6 Apr 2013 by suzanne88
basically i have a twitter bootstrap tooltip that will stay on the div as long as the mouse is hovered over it. is there a way to make this fade out of a period of time even with the mouse still hovered. i have used animation but that only works fading in.
18 Jun 2022 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.
9 Sep 2013 by Sok Sovat
Does anyone has experiences with twitter api? I'm developing my site that can tweet status to twitter timeline from my site. Since now, a new status will post to twitter timeline after clicked on button Tweet. However, i want to set datetime to post status to twitter timeline. For example, i set...
19 Oct 2015 by Richard MacCutchan
See https://www.google.com/search?q=ERROR+403[^]. It is telling you that you are prohibited from downloading the referenced item.
19 Oct 2015 by Member 8657306
I am trying to download an image from Twitter (https://ton.twitter.....) using the following code. I am getting ERROR 403 for the mentioned URL. But when i paste the link in browser(Mozilla/Chrome), i can view the image. What can be the issue. This is the code i have used.import...
20 Oct 2015 by Member 8657306
add the following code- conn.setRequestProperty("user-agent",conn.getHeader("user-agent"));
6 Dec 2014 by Member 11128411
Hello i want to make a control like this. I'am taking twitter ID and Password from user. via textBox and when i pressed "check" button webBrowser puts them to the twitter's form controls. SO i login. But when i write wrong ID or Password , i want to sent a message to user like "Wrong ID or...
19 Dec 2014 by The Tech Guy
you can check the url, it will change to something like this: https://twitter.com/login/error?username_or_email=asd&redirect_after_login=%2F[^]if you started at https://twitter.com/[^] this can help you figure out.
30 Mar 2016 by CodeProject, Val Polouchkine
Welcome to our continuing series of CodeProject interviews in which we talk to developers about their backgrounds, projects, interests and pet peeves. In this installment we talk to Val Polouchkine, a Developer Advocate for Twitter.
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.
12 Jul 2012 by a_daish
Hi All,Wondered if you could help.Putting together a Twitter desktop client together in Visual Studio 2010 using Visual Basic for a project. The Twitter client works a charm but I'm trying to figure out how to receive socket messages from third party applications. It needs to be able to...
7 May 2013 by Dmitry Tretyakov
Step by Step tutorial describes how to create custom Security Token Service.
6 Sep 2013 by JayJanarthanan
View a twitter feed in the Windows 8 UI grid - the fast way
6 Apr 2015 by Borja Prado
How to upload a video to Vine via API
9 Jul 2015 by Zamrony P. Juhara
Twitter statuses go mobile
4 Feb 2021 by rajesh_singh
In my web site a graph is generated at run time and we want our users to tweet this image to their twitter account. we know about twitter-share-button, but it only allows to tweet text or URL as link. it does not have any provision to share...
25 Nov 2012 by vyakhir
If you program thrift based server-to-server calls, Twitter offers a very good api - com.twitter.common.thrift which offers supporting multiple thrift servers, load balancing and some other good things. Does anyone know if there's an equivalent for .NET? I'm primarily interested in multi...
9 Jul 2013 by THESIS_NAIM
hello when i run the program i get an error in response.Content that says bad authentication data error code 215does anyone has an idea on how to solve the problem??ill gladly appreciate some help!thanks using System;using System.Collections.Generic;using System.Linq;using...
17 May 2012 by shailesh125
Hello, I want to develop Twitter Application which retrieves Top 10 Twits posted by me and also I am able to post twit on Twitter from My ASP.NET site. I also want to retrieve information of my Followers and Friend list. I also want to develop Facebook Application which retrieves Top 10...
12 May 2019 by Patrice T
We are not their support service, try to contact them or the author.
22 Sep 2013 by Mac12334
Hi allI am trying to fetch all the user's tweets from a particular location.I Searched in Google for this requirement but not found any good solution.Is it possible to do this?? Is Twitter providing any API which will give the no of tweets from a particular area?My Requirement:From...
22 Sep 2013 by Thanks7872
Though i haven't implemented them before,these two links look promising to me.https://dev.twitter.com/docs/api/1.1/get/search/tweets[^][Look especially geocode] TweetSharp 2.0 search and Geocode[^]Regards..
29 May 2017 by maverick1991
I am using https://api.twitter.com/1.1/direct_messages.json for retreiving messages for a particular user.I am able to get 20 messages by default when using this URL but when i want to restrict the output to other than 20 using optional parameter "count" for this API I am getting "The remote...
21 Dec 2015 by maverick1991
Hi All, Finally I found the solution to my own problem.Just needed to correct the baseFormat and baseString. var baseFormat = "count={6}&oauth_consumer_key={0}&oauth_nonce={1}&oauth_signature_method={2}" + ...
29 May 2017 by Member 12815787
TimelineFormat = "https://api.twitter.com/1.1/direct_messages.json?screen_name="boddupratusha"&include_rts=1&exclude_replies=0&count=5", I used this Url but unable to read the messages showing The remote server returned an error: (401) Plz help me out...
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.
28 Jul 2015 by debasish mishra
A good library for using twitter api in c#.By exploring this api you will find a code like belowTwitterCredentials.SetCredentials("ACCESS_TOKEN", "ACCESS_TOKEN_SECRET", "CONSUMER_KEY", "CONSUMER_SECRET");var tweets =...
28 Jul 2015 by kk2014
Hello,I need to display total tweet count of particular twitter account on my C# MVC website.I only got share link button code which shows count of your twitter link shared but not tweet count code.any code or link will be appreciated.Thanks
8 Jan 2024 by Member 16179425
# import the module import tweepy # assign the values accordingly consumer_key = "" consumer_secret = "" access_token = "" access_token_secret = "" # authorization of consumer key and consumer secret auth =...
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...
16 Nov 2011 by DaveAuld
Have a look on this page scroll down to the C#/.Net section, there are other twitter libraries available if you are struggling with twitterize.https://dev.twitter.com/docs/open-source-examples[^]
10 Mar 2015 by Aniket Babar
i have successfully logged in at twitter but after callback it will give me 401 unauthorized error . i have already set callbackurl in twitter application.i have used DotnetOpenAuth for this implemetation. My code:` var accessToken = response.AccessToken; var userId =...
1 Jul 2015 by Member 11749869
//aouth var oauth_token = "XXXX"; //user var oauth_token_secret = "XXXX"; var oauth_consumer_key = "XXXX"; //this is my app var oauth_consumer_secret = "XXXX"; //Request details var oauth_version = "1.0"; ...
8 Jul 2015 by fenilsuthar
Please try bellow :1) Use "text" instead of "status" to send message &text={7}2) Add "screen_name" in postBody.var postBody = "text=" + Uri.EscapeDataString(text) + "&screen_name=" + Uri.EscapeDataString(screen_name);This will solve the problem. If you get solution please post it....
20 Aug 2014 by Member 11010562
I developed a twitter OAuth, after getting the authorization URl, i have to login into twitter to get the PIN. Is there any chance to login into twitter directly from java program. So that, i easily redirected to twitter with out login into server side(twitter side).
7 Jul 2016 by Member 11683406
Hi Experts,We are using twitter digits for mobile verification in our site . But the Verification page is supplied by twitter looks odd . We trued with documentation to go for theme change and Nothing works . Please if some body knows how to format twitter digits . Let us knowWhat I have...
13 Mar 2017 by Member 9469644
Need to get follow user in linkedin/Twitter and fb via my asp.net website and also get user activity/Feeds into my website.What I have tried:Couldnt find anything. Would twwitter api work for .net website ?
13 Mar 2017 by ZurdoDev
You'd have to write code to interact with each of their APIs, or perhaps google and see if a product already exists that will interact with all of them for you.
16 Apr 2016 by Member 12465148
I am using node, express, and handlebars to try to display some tweets using the twitter api and the user's input. I am really new to node, so the chain of events has me confused. Essentially, I need some way to be able to call the **twits**, and pass in the user input as the query in the...
23 Feb 2015 by Member 10633644
Hi,I am trying to display continuos stream of tweet in webform. I have already succeded in displaying the streaming tweet in console application but was unsucessful in showing in web form. I am a student and i want this for my college project.Can anyone guide me how i can do this.Any help...
17 Jun 2014 by Andrew Budiman
hi everyone, i'm asking again, about twitter API, and authentication with it,i've done an authenticate with TwitterAuth, and how can i get the twitter username, and twitter display picture, into my asp.net page.thanks alot.
17 Jun 2014 by Nirav Prabtani
try this.. :)Login with Twitter in ASP.Net and get User Account and Profile details and Image[^]Asp.net get twitter logged in user details username, profile image, twitter followers[^]Login with twitter using oauth authentication in asp.net and get access token, screen name and...
4 Dec 2015 by phil.o
By telling him to do his homework himself and not to avoid studying.This is not a question at all and should be deleted.
4 Dec 2015 by Sergey Alexandrovich Kryukov
Solution 1 is correct. Your brother can use this site himself. And he needs to ask a question, instead of ordering someone to do his job.Okay, and now, here is the solution: learn programming.—SA
24 Apr 2017 by Member 13149865
I'm very new to the Java programming language and I have to implement a twitter-like program. I don't know how to aproach this problem and i'd like some help. The program should: allow the users to tweet allow the users to follow other users allow the users to read the tweets of the people...
24 Apr 2017 by Patrice T
Quote: The main problem is my very little knowledge about the way network programming works. Then study, study, study. If there is not 10000 twitter like site, there is a good reason, this is not for beginners. First, you need to master database design and SQL; There is much more than...
6 Aug 2016 by Member 12673469
chrome doesnt run php or server side code. I want my SPA Chrome app to have twitter log in that will return the user's timeline to me. I really just want the log in button to work at leastWhat I have tried:i have read the twitter doc, i have written the php code, watch so many video...
5 Nov 2012 by Member 8477958
var statusTweets = from tweet in twitterCtx.Status where tweet.Type == StatusType.User && tweet.ScreenName == "mayo" select tweet;Hi, I am quite new to twitter api. Above is my code for retrieving "mayo" tweets. However, the...
20 Nov 2012 by Member 8477958
using .CreatedAt :)http://linqtotwitter.codeplex.com/wikipage?title=Querying%20the%20User%20Timeline&referringTitle=Making%20Status%20Queries%20and%20CallsThe Parameters/Filters list shows what you can use in the where clause of the query. In the documentation, there's also an Entity...
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...
2 Dec 2019 by Munchacho
Okay, so I have this bot I am making for twitter. The goal of the bot is to search for tweets starting with "I'm" and then I want it to copy everything that comes after "I'm." Then respond with "Hi ____________, I'm Dad!" But currently, I am having a key error for my variable in the tweet. ...
2 Dec 2019 by F-ES Sitecore
You probably need something like this; tweet_mode='extended').items(max_tweets): answer = "@{name} Hi {t}, I'm dad!".format(name=tweet.user.screen_name, t=tweet.full_text)
24 Sep 2014 by Member 10988189
I tried to post a tweet using tweetsharp library for windows phone 8 alot but every time i got an error "An exception of type 'System.Exception' occurred in TweetSharpTestApp.DLL but was not handled in user code"here is the method for posting to twitter : public void PostToTwitter()...
6 May 2014 by Member 10324774
Hi I am using flot bar chart in all tabs of my bootstrap portlet so I want replot the bar chart with different new data when the tab is changed. HOW CAN I do this? Can any one help me...
23 Apr 2014 by Jfarmer08
I am trying to parse addresses from twitter tweets.If one has a tweet like: "We are at Wacker and Monroe from 11-1".The java-script function would need to find this address: "Wacker and Monroe" and then add New York,NY to the end.Then the items collection gets passed in by...
6 Dec 2014 by pms.bt
protected void Page_Load ( object sender, EventArgs e ){ if ( Request.QueryString[ "oauth_token" ] != null && Request.QueryString[ "oauth_verifier" ] != null ) { string oauth_token = Request.QueryString[ "oauth_token" ]; string oauth_verifier = Request.QueryString[...
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.
8 Apr 2015 by Roliking
Hi All, I am using twitter typeahead.js in my angular.js app. I am able to bind the datasource to the input="text" control, but my problem is i need to get the capture the typeahead:selected and typeahead:autocomplete events in angular.js.The same in jQuery is much simpler, but similar...
12 Jan 2015 by pms.bt
I want to check whether if a user is following you on Twitter using twitter API 1.1 but I am getting an error while getting the responseThe remote server returned an error: (401) Unauthorized.Am I doing something wrong?var postData = "source_screen_name=" + source_screen_name +...
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.
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?
20 Feb 2018 by Member 13686591
I am working with Twitter AccountActivity API and DM API but when it comes to POST/DELETE requests, i get this error : 401 Unauthorized But the GET requests just work fine. I think i have something wrong with the request header. Could someone please help? This is a sample of the code i am using...
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 )