LINQ to Twitter FAQ:

http://linqtotwitter.codeplex.com/wikipage?title=LINQ%20to%20Twitter%20FAQ

Friendly Reminder: Please double-check posts to avoid publishing credentials or passwords.

query not required?

first post: SpotPulse wrote: Hi, When I was reading your documentation.... I saw that the query...

latest post: JoeMayo wrote: Hi, The Twitter API docs say it's required too: https://dev.twit...

Unable to use Count Property on Searches

first post: Neilski wrote: I've just started to use the library, but when I create the Search ...

latest post: JoeMayo wrote: Hi, Not a problem - glad you got it working. I've upgraded from Tw...

ListID Vs ListIDResult

first post: webminer wrote: Can you please clarify whats the difference between ListID and List...

latest post: webminer wrote: Thank you. Sent from Windows Mail From: JoeMayo Sent: ‎Fri...

Twitter Private

first post: webminer wrote: BeginAuthorization is not working. Twitter is replying 401 Unauthor...

latest post: JoeMayo wrote: There is one problem that I know about with Web Forms where you mus...

Using the Streaming API vs Status API

first post: BurtJenkins wrote: I have been using LinqToTwitter simply to get the lastest 3 tweets ...

latest post: JoeMayo wrote: Burt, Correct, application only rate limits apply to your applicat...

Retweet Count, Favourite Count, Favourited By

first post: webminer wrote: How do I get the following information for each tweet: • No of re...

latest post: webminer wrote: Dear Joe, Got it. It was my mistake, the library didn't get u...

updatestatus

first post: adamstanton wrote: I dont see API function updateStatus when working in VB.NET project...

latest post: JoeMayo wrote: Hi, I'm not sure what to do here because I have VS2012 (full versi...

Sample on Home page not working

first post: thuffam wrote: When I try running the example code on the home (below) I get the ...

latest post: JoeMayo wrote: Hi, Whenever there's an exception in the Json parser, it usually m...

How to I get tweets based on #tag

first post: CY_ting wrote: May I know how to how can I extract tweets given a #tag? Please ad...

latest post: JoeMayo wrote: Hi, You can do a Search query. There's an example on LINQ to Twitt...

I just added UserStream into my application and its overloading my server

first post: Legionaire wrote: I am running the UserStream 24/7 on my iis web server and suddenly ...

latest post: JoeMayo wrote: Hi, If it was just a simple application that performed a predictab...

Status.User shows null for UserId and ScreenName

first post: Goden wrote: I use application only auth (only provide consumerkey and consumerS...

latest post: Goden wrote: thank you... that helps!

How Do I Use the SearchMetaData NextResults Property?

first post: FirstDivision wrote: After performing a query I can inspect the SearchMetaData.NextResul...

latest post: JoeMayo wrote: Right, I forgot the link. :)

First N tweets that do not have StatusID in List<string>

first post: FirstDivision wrote: I was hoping to be able to select "the first N tweets that do not h...

latest post: FirstDivision wrote: Cool, thanks. That was pretty much what i figured based on my limi...

can you extend a linqtotwitter object and add your own propterties to it?

first post: Legionaire wrote: I am returning a list of User objects and I was wondering if I cou...

latest post: FirstDivision wrote: Apart from grabbing the source and making the modifications directl...

ASP.NET Control for Timeline / Tweet Searches

first post: FirstDivision wrote: Before I go off and build my own, are there any ASP.NET controls ou...

latest post: FirstDivision wrote: Haha, yeah you read my mind as to my motivation. Unfortunately I'v...

Newbie question

first post: Catalinus wrote: I'm trying to submit status messages from a console application (ba...

latest post: JoeMayo wrote: Hi, 401 is common when first setting up and can have many types of...

How do you get A particular Users tweets that only other people Retweeted?

first post: Legionaire wrote: I can use RetweetsofMe to get tweets that other people retweeted ...

latest post: Legionaire wrote: but i have 50 users in a list...how could i authenticate each user ...

Check for cancel after awaiting on WinRTAuthorizer.AuthorizeAsync

first post: Afearon wrote: Quick question. I'm trying to authorize an account through a WinRT...

Cannot get WinRT support working at all in demos or source

first post: adamtuliper wrote: I tried the demo that fails with unauthorized (see my issue I poste...

latest post: JoeMayo wrote: Hi, I need to update the demos. Twitter recently changed their han...

how do i found out who favorited my tweet?

first post: Legionaire wrote: I am trying to loop through all my tweets and see if anyone had "fa...

latest post: JoeMayo wrote: Hi, You can use [FavortiesTypes.Favorites](https://linqtotwitter.c...

I have a quick question, after i get my mentions in a list what method will I use to make a reply?

first post: Legionaire wrote: I have a quick question, after i get my mentions in a list what met...

latest post: Legionaire wrote: nevermind I just now noticed the use of the "StatusID" code on....

how to select all my followers who have at least tweeted in the last week

first post: Legionaire wrote: how can i get all my followers who have at least tweeted in the las...

latest post: Legionaire wrote: Thank you joe that worked like a charm!!! very powerful!!

Some properties are just 'null'

first post: bugmenot2 wrote: Hi there I've got this query var name = twitterCtx.Status.Where(s...

latest post: Goden wrote: JoeMayo wrote: Hi, LINQ to Twitter doesn't change your input param...

auth.BeginAuthorization() in Twitter API V 1.1

first post: webminer wrote: auth object is populated with consumerkey and consumersecret. But w...

latest post: webminer wrote: I tried. Its not working. And the error I am getting is 401 unauth...

Source code for v3.5, VS2010,

first post: NicolaSA wrote: Hi there, Where can I pls obtain source code for c# .NET framewor...

followers/list API

first post: webminer wrote: How do I access the following APIs using LinqToTwitter followers/...

latest post: webminer wrote: That's the way I am doing it now. But, I was wondering if I could ...

Application Only Authentication

first post: webminer wrote: How do I do Application only authentication using LinqToTwitter. F...

latest post: JoeMayo wrote: I asked that question as soon as Twitter announced it. Here's their...

Suddenly now FollowersCount() is not working??

first post: Legionaire wrote: Suddenly now getting my Followers Count is not working "user.Frie...

latest post: JoeMayo wrote: Hi, I just ran this with the latest release and am receiving Frien...

Error posting tweets with larger photos (below 3MB)

first post: freekp wrote: Hi, I'm having some issues with adding tweets to photos via the T...

latest post: JoeMayo wrote: This discussion has been copied to a work item. Click [here](https:...

New Release and Breaking Changes

first post: JoeMayo wrote: New Blog Post on the latest release of LINQ to Twitter, explaining ...

Can't update status

first post: kevser wrote: Hello world, I'm developping a Windows store app,. I want to im...

latest post: kevser wrote: I don't understand why but, I putted try and catch, there isn't an...

Can't make a search in Windows Phone

first post: AlfonsoFigueroa wrote: SOLVED Hi, I'm just starting with Linq to Twitter. I'm developing ...

latest post: JoeMayo wrote: Not a problem - glad you found a solution. :) [@JoeMayo](https://t...

Re-use session with PinAuthorizer

first post: March wrote: Hi! I've recently asked how to add a force_login parameter to prev...

latest post: JoeMayo wrote: I see - after auth.Authorize(), all 4 credentials will be available...

Adaptation of WP7IsolatedStorageCredentials only partially worked once

first post: userperson wrote: I am trying to set up OAuth for Windows Phone 7, and tried adapting...

latest post: userperson wrote: Thanks a lot!

License and acknowledgement

first post: Chiser99 wrote: Hi, The Ms-Pl license says that consumers of the library should i...

latest post: JoeMayo wrote: Chris, Congrats on your new app! I've added a link to this site an...

Twitter Rate Limits

first post: webminer wrote: How do I handle Twitter rate limits using LINQToTwitter?

latest post: webminer wrote: I used the twittercontext.ratelimitremaining, twittercontext.ratel...

Implementing Linq To Twitter in WPF

first post: AnoojNair wrote: Hi, I have been trying to implement linq to twitter using pin a...

latest post: JoeMayo wrote: Hi, You should generally only need to do PIN authentication with a...

Send Direct Message using single quote ( ' )

first post: RonaldHaddaad wrote: Hi Guys, I've trouble when sending Direct Message using single qu...

latest post: RonaldHaddaad wrote: After I check....i'm not using the latest version of LINQ To Twitte...

OAuth documentation for Windows Phone 7

first post: userperson wrote: LinqToTwitter supports Windows Phone 7, but I don't see any OAuth d...

latest post: userperson wrote: Thanks for the speedy reply! I'll download some of that sample code...

I am trying to send a Direct Message using the LinqToTwitter api and suddenly I get a 401 error

first post: Legionaire wrote: I am trying to send a Direct Message using the twitter api and sudd...

latest post: JoeMayo wrote: Hi, DMs are working fine for me right now. Here are a few ideas o...

How to search personFrom & personTo in new library

first post: erikkl2000 wrote: How are we searching how a status is to and a from now with the new...

latest post: erikkl2000 wrote: Thank you Joe, This works. ``` var queryRes = ...

How to cache OEmbed result?

first post: lsudvm wrote: I am using the oembed feature in L2T to embed tweets in an asp.net ...

latest post: JoeMayo wrote: Hi, I answered same question here: http://stackoverflow.com/quest...

VB.NET 2008 Desktop Application OAuth Code Error

first post: choppermet wrote: I am trying to implement “Linq to Twitter” OAuth code into an VB.NE...

latest post: choppermet wrote: Joe, Thanks for the response. I am using the VB example titled Linq...

Retrieve PIN from Textbox

first post: DanielWaghorn wrote: Hi, In my application when a user begins the inital authentication ...

latest post: JoeMayo wrote: Hi, There are working demos on the samples page that you might wan...

Read UserStream

first post: woellij wrote: Hi, First of all, thanks for this great project! I hope it's bein...

latest post: woellij wrote: Hi, In the ConsoleApp it works well for 2 Accounts - a third one j...

WPhone - Getting the ScreenName/Name

first post: MikeJMango wrote: Hi there. I'm a noob in LinQ and having troubles with Linq2Twitte...

latest post: MikeJMango wrote: Ah, thanks Joe. I thought MaterializedAsyncCallback was a part of ...

Trouble Generating TwitterContext from user's Oauth data

first post: DanielWaghorn wrote: I'm having trouble restoring a user's data to a TwitterContext when...

latest post: JoeMayo wrote: There isn't anything that jumps out as being wrong. You can find ex...

Get Profile Photo

first post: DanielWaghorn wrote: Hi, I'm having trouble getting a User's profile picture url. I know...

latest post: DanielWaghorn wrote: Works perfectly, thanks again.

Saving TwitterContext to My.Settings

first post: DanielWaghorn wrote: Hi, I can authenticate a user and use the TwitterContext to do what...

latest post: DanielWaghorn wrote: Works absolutely perfectly, many thanks for your help. For future ...

Queries not returning 200 (max) tweets

first post: MrCarder wrote: I'm having trouble getting the max 200 tweets back from Status.Coun...

latest post: MrCarder wrote: Thank you. Even with an explicit count of 200 declared, I get just ...

ANSWERED: LinqToTwitter Object/Properties List?

first post: MrCarder wrote: Is there a list of possible returned Objects & their properties? I'...

latest post: JoeMayo wrote: Make sure you set your count to 200, which is the max you can reque...

Reset credentials in WinRtAuthorizer and NullReferenceException with InMemoryCredentials

first post: RolandSmeenk wrote: Hi Joe, first of all thank you for implementing OAuth authorizatio...

latest post: RolandSmeenk wrote: Hi Joe, thanks for the changes. This works good enough for me. Ro...

Released LINQ to Twitter v2.1.04

first post: JoeMayo wrote: Today, I released LINQ to Twitter v2.1.04. You can learn more via m...

HELP ME PLEASE!!! how do I put a Carriage Return, Line Feed, Break Line in the UpdateStatus Method?

first post: Legionaire wrote: I been trying to put a line break in my tweets while using the API ...

latest post: Legionaire wrote: You Rock Joe!!! I really appreciate that link!! Awesome Man!...

LINQ to Twitter Now Supports Application-Only Authentication

first post: JoeMayo wrote: I checked-in support for Twitter's new Application-Only authenticat...

retweet to existin message

first post: mandarj123 wrote: I am making search functionality work properly using linqtotwitter...

latest post: JoeMayo wrote: Hi, The syntax for the code in your post won't compile. You should...

How to display tweets for Windows 7 Forms

first post: Rabih96 wrote: Hi, i'm trying to display the tweets like in twitter.com timeline b...

latest post: Rabih96 wrote: Thanks for the help i appreciate it i was able to display tweets in...

Twitter Authorization Error on javascript.... if (link.classList.contains('register')) return;

first post: Legionaire wrote: All the sudden I get this error after I process the code statemen...

latest post: Legionaire wrote: I get the error in Visual Studio which goes into the Twitter Autho...

Is there a way to Force Authorization?

first post: Mokumax wrote: Hi Joe, We deal with multiple Twitter accounts per user. Our code...

latest post: JoeMayo wrote: Not a problem - good luck.

Best way to search for all tweets posted from my App?

first post: mheydlauf wrote: Hello, I'm writing a Windows Phone app from which my users can tw...

latest post: mheydlauf wrote: Thank you Joe, I appreciate the reply and advice. - Mike.

Parse a status line from userstream

first post: shabgard wrote: Hi Joe, I'm trying to use UserStreamParser for L2T but it's got a ...

latest post: shibumi wrote: +1'd you :). "historical reasons" is a mighty strong motivator, tho...

Help Please

first post: Theprogrammer wrote: I just started using twitter API, i want to post tweets from my own...

latest post: Theprogrammer wrote: Ok i just put sometime into this and converted from C# to VB.NET if...

LitJSON and UserStreamParser

first post: shibumi wrote: I've been updating the code in UserStreamParser (or userstreamex or...

latest post: JoeMayo wrote: Yes, it's definitely a trade-off. You can see that I created the I...

Fetching All Followers

first post: webminer wrote: I am using the following query to fetch the followers var queryResp...

latest post: shibumi wrote: It looks like the rate limit for [followers/ids](https://dev.twitte...

using twitterCtx.Search doesn't give all results

first post: TreyStamper wrote: I have a simple query using twitterCtx.Search (from search in twit...

latest post: JoeMayo wrote: The Twitter docs, [Using the Search API](https://dev.twitter.com/do...

OAuth for WebForms

first post: fernandocvlopes wrote: i saw this link: http://linqtotwitter.codeplex.com/wikipage?title=...

latest post: fernandocvlopes wrote: Thanks a lot! That was exactly what I've been looking for. If some...

How to Get Public Timeline

first post: shabgard wrote: I can't figure out how should i get the Twitter public timeline wit...

latest post: shabgard wrote: It's a typo, the correct address is : https://linqtotwitter.codeple...

Rate Limit Depends on User Account/IP

first post: mandarj123 wrote: Hi, We use linqtotwitter for querying twitter status continously i...

latest post: JoeMayo wrote: Hi, Twitter v1.1 rate limits are based on user. LINQ to Twitter su...

Simple Tweet

first post: fernandocvlopes wrote: Hello, I have a website and I want to TWEET a new message at my T...

latest post: fernandocvlopes wrote: Excelent!

Search on Windows PHone

first post: mheydlauf wrote: Hi, I'm trying to get a generic search working on Windows Phone. ...

latest post: JoeMayo wrote: Hi, On Windows Phone (or any Silverlight app), you should use asyn...

Better handling of multiple where clauses

first post: GeertvanHorrik wrote: So, I tried for hours and scratched my head why dynamic queries wo...

latest post: JoeMayo wrote: shibumi, Thanks, I copied to an issue. [@JoeMayo](https://twitter...

force_login with Pin Authorizer

first post: March wrote: Hi, I'm using Linq2Twitter with Pin Authorizer in a desktop applica...

latest post: JoeMayo wrote: Hi, I started implementing force_login sometime in the past, but d...

Twitter oembed

first post: SpotPulse wrote: I want to embed tweets on the site and want to access Get statuses/...

latest post: JoeMayo wrote: Hi, I just added this and checked it in. You can download the sour...

WP8 doesnt get connected

first post: ginikettu wrote: I have tried to use this library for windows phone in emulator and ...

latest post: JoeMayo wrote: Hi, The authorization process differs between technologies. I've w...

Event when new mention arrives

first post: MechMK1 wrote: My goal is to have an event executed whenever the logged-in user re...

latest post: MechMK1 wrote: I'm sorry, but I don't seem to understand your UserStream example v...

Persistent credentials

first post: MechMK1 wrote: I'm having a hard time saving the authorization credentials in the ...

latest post: MechMK1 wrote: I've looked at your example and it works. I still can't figure out ...

How to receive iso_language_code from Status.

first post: Maxelsson wrote: While doing a search you will receive a list of Statuses. Each St...

latest post: maxelsson wrote: Great! Thanks.

Finding mentions

first post: kevser wrote: Hello, I am working on a Twitter based project in c#/XAML to prod...

latest post: JoeMayo wrote: Hi, I recently answered a question similar to this on SO: [list of...

How to retrieve media content(images, videos) from twitter account?

first post: almostdj wrote: Hello, my name is Art. First of all, thank you for your library. It...

latest post: almostdj wrote: Ok, Thanks

How to get both user tweet and retweet ?

first post: FlippyOli wrote: Hi, I would like to get the result of those two queries but get i...

latest post: JoeMayo wrote: Hi Oliver, I see what you're looking for. Does the [Status/Home](h...

Oauth on windows 8 application with dev.twitter.com project keys

first post: kevser wrote: I am developing an application about twitter on windows 8. I want ...

latest post: JoeMayo wrote: The .pri file is a Windows 8 application artifact supporting the [W...

Get all followings

first post: TDK wrote: Hi, I've just started a Windows Phone app, and I need to get all t...

latest post: TDK wrote: It's works ! Thanks again :D

Windows Phone 8 Support

first post: adesugbaa wrote: I have a Windows Phone 8 application. After successfully authentic...

latest post: JoeMayo wrote: I recall some time ago that Twitter updated their SSL certificates....

authenticate through linq-to-twitter

first post: tomschreck wrote: Hello. I'm trying to get LINQ To Twitter to work. I'm using ASP....

latest post: HosseinSafy wrote: Update: Tom, I solved this using these steps: 1) Extracting the o...

ASP.NET: You must provide a consumerKey

first post: kasper_derde wrote: Hi. I'm trying to get a list of the chosen users latest feeds, usi...

latest post: kasper_derde wrote: I must have been really tired or totally blind that day. I've alrea...

convert WP7IsolatedStorageCredentialsDemo to linqtotwitter 2.1

first post: emiliano84 wrote: Hi Guys, I'm going crazy, I made everything work with 2.0.2 librar...

latest post: emiliano84 wrote: thank you so much for your advices Joe, yes I used this for tweet,...

ScreenName and UserID are null in case of Authenticated User

first post: webminer wrote: I am using following LINQ queries to fetch screenname/userid of an...

latest post: webminer wrote: Thanks Joe, it worked. From: [email removed] To: [email...

.Net Console App Access Token

first post: sn995 wrote: How can i create and use access token (oauth) to use in my console ...

latest post: zgwjms wrote: Hi, you are right, I am working to storage muti-account in local d...

Capturing the Authorization URL in order to open the Twitter "Authorize App" in a pop up window using Javascript

first post: modalDev wrote: I have used this library with great success, thank you for that. O...

latest post: JoeMayo wrote: Hi Tom, The authUrl for redirection is a combination of the URL re...

Multiple keywords

first post: funk101 wrote: The docs say that when using "Track" you can enter comma separated...

latest post: JoeMayo wrote: Hi, I've seen that before and have some ideas about what causes it...

Aothorization, entering pin

first post: Bogdan_Dudnik wrote: Can I provide oauth autorization using LinqToTwitter without let u...

latest post: JoeMayo wrote: Hi, Here's the LINQ to Twitter FAQ, which has a section on 401 err...

running the authorization synchronously in WinRt

first post: seasharp37 wrote: I am basically trying to run my authorization process for my WinRt...

latest post: seasharp37 wrote: Joe, Yeah that solution was in the back of my mind, but being tha...

Can't Authenticate on WPF app ("CompleteAuthorize" did not work properly)

first post: almostdj wrote: Hi! I Am writing a WPF application for Twitter. Using the last ver...

latest post: JoeMayo wrote: Hi, There's a demo on the Samples page, but I haven't verified tha...

HelpType enum missing?

first post: brandonnicoll wrote: On the documentation page for implementing a connectivity to Twitt...

latest post: brandonnicoll wrote: Joe, Thank you for the quick response and advice.

Cannot find UserType.Followers in LinqToTwitter.DLL in MVC Application

first post: AmitSpadez wrote: While fetching records from the TwitterContext.Account in MVC appl...

latest post: JoeMayo wrote: Hi, Will SocialGraph.Followers give you what you need? If so, you...

Call Back From twitter

first post: sasikander wrote: Hi, I am using Auth process define in the sample source code, and ...

latest post: JoeMayo wrote: Hi S.A.Sikander, I'll look at this to see if I can reproduce. You...

Find current twitter context user handle

first post: mandarj123 wrote: Hi, I am using twitter context search. but want to avoid using twe...

latest post: JoeMayo wrote: Hi, VerifyCredentials will return an Account with a User property....

handling Twitter Users who revoked Application access

first post: rahmanoof wrote: Hi Joe, I hope I can explain this very easily :) I had this scenar...

latest post: rahmanoof wrote: Thanks Joe, it is very helpful.

Cannot access methods?

first post: brut wrote: HI Joe, Hopefully I'm not overlooking something simple, but Twi...

latest post: JoeMayo wrote: Hi, Are you able to run the VB samples from the downloadable sourc...

Streams using OAuth

first post: RolandSmeenk wrote: Hi Joe, would it be possible to use OAuth credentials for accessin...

latest post: JoeMayo wrote: Hi Roland, The User and Site Streams use OAuth. I still have yet t...