<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>LINQ to Twitter</title><link>http://linqtotwitter.codeplex.com/project/feeds/rss</link><description>Linq2Twitter is an open source LINQ Provider for the Twitter micro-blogging service. It covers the entire Twitter API and supports multiple .NET technologies.</description><item><title>New Post: getting WOEID for a certain coordinate?</title><link>http://linqtotwitter.codeplex.com/discussions/444716</link><description>&lt;div style="line-height: normal;"&gt;Hi,&lt;br /&gt;
I'm trying to get the trending topics for an area with the input latitude, longitude and radius.....&lt;br /&gt;
I'm wondering if I can do that. &lt;br /&gt;
I'm also wondering how to get the WOEID for certain latitude and longitude.......&lt;br /&gt;
your help on this is very appreciated.&lt;br /&gt;
&lt;/div&gt;</description><author>SpotPulse</author><pubDate>Thu, 23 May 2013 08:52:15 GMT</pubDate><guid isPermaLink="false">New Post: getting WOEID for a certain coordinate? 20130523085215A</guid></item><item><title>New Post: Can't get OAuth to work in Win8RT</title><link>http://linqtotwitter.codeplex.com/discussions/444687</link><description>&lt;div style="line-height: normal;"&gt;My bad on this. I didn't setup a callback URL in the Twitter app setup page at first. Once I did that, I'm good to go.&lt;br /&gt;
&lt;/div&gt;</description><author>starpilot76</author><pubDate>Thu, 23 May 2013 04:54:28 GMT</pubDate><guid isPermaLink="false">New Post: Can't get OAuth to work in Win8RT 20130523045428A</guid></item><item><title>New Post: query not required?</title><link>http://linqtotwitter.codeplex.com/discussions/444383</link><description>&lt;div style="line-height: normal;"&gt;That means Search is working for you as documented. Query is required. There is no other way.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="https://twitter.com/JoeMayo" rel="nofollow"&gt;@JoeMayo&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>JoeMayo</author><pubDate>Thu, 23 May 2013 04:28:34 GMT</pubDate><guid isPermaLink="false">New Post: query not required? 20130523042834A</guid></item><item><title>New Post: Can't get OAuth to work in Win8RT</title><link>http://linqtotwitter.codeplex.com/discussions/444687</link><description>&lt;div style="line-height: normal;"&gt;Hi,&lt;br /&gt;
&lt;br /&gt;
Twitter doesn't have a waiting period - your credentials should work right away. Maybe you can update LINQ to Twitter to the newest version.&lt;br /&gt;
&lt;br /&gt;
You can use Fiddler to see what Twitter is returning as a reason, which might provide some ideas.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="https://twitter.com/JoeMayo" rel="nofollow"&gt;@JoeMayo&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>JoeMayo</author><pubDate>Thu, 23 May 2013 04:26:54 GMT</pubDate><guid isPermaLink="false">New Post: Can't get OAuth to work in Win8RT 20130523042654A</guid></item><item><title>New Post: Can't get OAuth to work in Win8RT</title><link>http://linqtotwitter.codeplex.com/discussions/444687</link><description>&lt;div style="line-height: normal;"&gt;I've followed the example code and have tried downloading Win8OAuthDemo. I've updated to use my key and secret, but no matter what I always get a 401 response. The settings on my Twitter app are read, write &amp;amp; DM and the keys/secret are correct. I've looked at the big checklist of possible 401 errors, but none seem to apply.&lt;br /&gt;
&lt;br /&gt;
This occurs immediately on:&lt;br /&gt;
await auth.AuthorizeAsync();&lt;br /&gt;
&lt;br /&gt;
Is there a way to examine the response from the 401? I'm catching the System.Net.WebException, but ex.Response.ReadReponse() seems to return 158 bytes of nonsense (non human readable).&lt;br /&gt;
&lt;br /&gt;
Is there some sort of Twitter waiting period? I just created the dev account and app today.&lt;br /&gt;
&lt;/div&gt;</description><author>starpilot76</author><pubDate>Thu, 23 May 2013 03:52:48 GMT</pubDate><guid isPermaLink="false">New Post: Can't get OAuth to work in Win8RT 20130523035248A</guid></item><item><title>New Post: query not required?</title><link>http://linqtotwitter.codeplex.com/discussions/444383</link><description>&lt;div style="line-height: normal;"&gt;What I was trying to acheive is only provide coordinates and radius and get all tweets within that area. Is there another way to do it?&lt;br /&gt;
I tried an empty query==&amp;quot;&amp;quot; but that showed an error.&lt;br /&gt;
&lt;/div&gt;</description><author>SpotPulse</author><pubDate>Wed, 22 May 2013 16:59:42 GMT</pubDate><guid isPermaLink="false">New Post: query not required? 20130522045942P</guid></item><item><title>New Post: Can I retive tweets from my timeline for a specific day?</title><link>http://linqtotwitter.codeplex.com/discussions/444505</link><description>&lt;div style="line-height: normal;"&gt;Hi,&lt;br /&gt;
&lt;br /&gt;
You can page through results until you get back to the time zone you want. I wrote a blog post, &lt;a href="http://geekswithblogs.net/WinAZ/archive/2012/09/02/working-with-timelines-with-linq-to-twitter.aspx" rel="nofollow"&gt;Working with Timelines with LINQ to Twitter&lt;/a&gt;, to describe how. As you page through results, inspect the CreatedAt property on tweets to see their date.&lt;br /&gt;
&lt;br /&gt;
If this is something you do regularly, it might be helpful to have a table of Dates and a Tweet ID on that date, to set a starting point for the SinceID, which will reduce the number of queries you need and preserve rate limit. Just an idea though - you might think of other optimization strategies based on your usage patterns.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="https://twitter.com/JoeMayo" rel="nofollow"&gt;@JoeMayo&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>JoeMayo</author><pubDate>Wed, 22 May 2013 01:09:24 GMT</pubDate><guid isPermaLink="false">New Post: Can I retive tweets from my timeline for a specific day? 20130522010924A</guid></item><item><title>New Post: Can I retive tweets from my timeline for a specific day?</title><link>http://linqtotwitter.codeplex.com/discussions/444505</link><description>&lt;div style="line-height: normal;"&gt;Using L2T is it possible to get the tweets from my timeline for a specific day? Say i missed seeing what was happening on May 17 - can go i back and pull those tweets for May 17th? &lt;br /&gt;
&lt;/div&gt;</description><author>lsudvm</author><pubDate>Wed, 22 May 2013 00:21:15 GMT</pubDate><guid isPermaLink="false">New Post: Can I retive tweets from my timeline for a specific day? 20130522122115A</guid></item><item><title>New Post: query not required?</title><link>http://linqtotwitter.codeplex.com/discussions/444383</link><description>&lt;div style="line-height: normal;"&gt;Hi,&lt;br /&gt;
&lt;br /&gt;
The Twitter API docs say it's required too: &lt;br /&gt;
&lt;br /&gt;
&lt;a href="https://dev.twitter.com/docs/api/1.1/get/search/tweets" rel="nofollow"&gt;https://dev.twitter.com/docs/api/1.1/get/search/tweets&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
I think the trade-off is that you might occasionally see different behavior, but if Twitter changes it to conform with the docs, your code might break. Earlier, I had supported undocumented behavior with LINQ to Twitter and it's almost always bitten me down the line.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="https://twitter.com/JoeMayo" rel="nofollow"&gt;@JoeMayo&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>JoeMayo</author><pubDate>Tue, 21 May 2013 20:42:05 GMT</pubDate><guid isPermaLink="false">New Post: query not required? 20130521084205P</guid></item><item><title>New Post: Unable to use Count Property on Searches</title><link>http://linqtotwitter.codeplex.com/discussions/444381</link><description>&lt;div style="line-height: normal;"&gt;Hi,&lt;br /&gt;
&lt;br /&gt;
Not a problem - glad you got it working. I've upgraded from Twitter API 1.0 to Twitter 1.1 over the last several months and a few things have changed. Hopefully for the better and I'm still chasing down an occasional loose end.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="https://twitter.com/JoeMayo" rel="nofollow"&gt;@JoeMayo&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>JoeMayo</author><pubDate>Tue, 21 May 2013 20:37:41 GMT</pubDate><guid isPermaLink="false">New Post: Unable to use Count Property on Searches 20130521083741P</guid></item><item><title>New Post: query not required?</title><link>http://linqtotwitter.codeplex.com/discussions/444383</link><description>&lt;div style="line-height: normal;"&gt;Hi,&lt;br /&gt;
When I was reading your documentation.... I saw that the query parameter is required when searching. I was able to search without specifiyng a query when I wanted to search with coordinates. Do you think that I'm violating rules or not getting the results I was looking for (which are tweets for a certain location)?&lt;br /&gt;
&lt;/div&gt;</description><author>SpotPulse</author><pubDate>Tue, 21 May 2013 08:10:26 GMT</pubDate><guid isPermaLink="false">New Post: query not required? 20130521081026A</guid></item><item><title>New Post: Unable to use Count Property on Searches</title><link>http://linqtotwitter.codeplex.com/discussions/444381</link><description>&lt;div style="line-height: normal;"&gt;My mistake - I was using an older version of the library.&lt;br /&gt;
&lt;br /&gt;
Apologies.&lt;br /&gt;
&lt;/div&gt;</description><author>Neilski</author><pubDate>Tue, 21 May 2013 07:44:24 GMT</pubDate><guid isPermaLink="false">New Post: Unable to use Count Property on Searches 20130521074424A</guid></item><item><title>New Post: Unable to use Count Property on Searches</title><link>http://linqtotwitter.codeplex.com/discussions/444381</link><description>&lt;div style="line-height: normal;"&gt;I've just started to use the library, but when I create the Search object, it doesn't seem to present a 'Count' property. For example, if I want to get the three latest tweets:&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;     using (var twitterCtx = new TwitterContext(auth))
     {
        var query = twitterCtx.Search
           .Where(s =&amp;gt; (
              (s.Type == SearchType.Search) &amp;amp;&amp;amp;
              (s.Query == &amp;quot;SEARCHSTRING&amp;quot;) &amp;amp;&amp;amp;
              (s.Count == 3)   // Count property not available and will not compile
           ))
           .SingleOrDefault();

        return query.Results;
     }
&lt;/code&gt;&lt;/pre&gt;

Can anyone tell me what I am missing/doing wrong?&lt;br /&gt;
&lt;br /&gt;
Thanks.&lt;br /&gt;
&lt;/div&gt;</description><author>Neilski</author><pubDate>Tue, 21 May 2013 07:39:07 GMT</pubDate><guid isPermaLink="false">New Post: Unable to use Count Property on Searches 20130521073907A</guid></item><item><title>New Comment on "Searching Twitter"</title><link>https://linqtotwitter.codeplex.com/wikipage?title=Searching Twitter&amp;ANCHOR#C27537</link><description>I&amp;#39;ve just started to use the library, but when I create the Search object, it doesn&amp;#39;t seem to present a &amp;#39;Count&amp;#39; property.  For example, if I want to get the three latest tweets&amp;#58;&amp;#10;&amp;#10;var srch &amp;#61; &amp;#40;&amp;#10;   from search in twitterCtx.Search&amp;#10;   where search.Type &amp;#61;&amp;#61; SearchType.Search &amp;#38;&amp;#38;&amp;#10;             search.Query &amp;#61;&amp;#61; &amp;#34;LINQ to Twitter&amp;#34; &amp;#38;&amp;#38;&amp;#10;             search.Count &amp;#61;&amp;#61; 7   &amp;#47;&amp;#47; Property not available and will not compile&amp;#10;   select search&amp;#10;&amp;#41;.SingleOrDefault&amp;#40;&amp;#41;&amp;#59;&amp;#10;&amp;#10;What am I missing&amp;#47;doing wrong&amp;#63;&amp;#10;&amp;#10;Thanks.</description><author>Neilski</author><pubDate>Mon, 20 May 2013 16:14:34 GMT</pubDate><guid isPermaLink="false">New Comment on "Searching Twitter" 20130520041434P</guid></item><item><title>New Comment on "Searching Twitter"</title><link>https://linqtotwitter.codeplex.com/wikipage?title=Searching Twitter&amp;ANCHOR#C27520</link><description>Is it possible to make this go beyond the last 6 &amp;#8211; 9 days of messages posted on twitter&amp;#63;&amp;#10;I need to search for messages in 2010 and the API only goes back about a week.</description><author>rye004</author><pubDate>Sun, 19 May 2013 05:38:28 GMT</pubDate><guid isPermaLink="false">New Comment on "Searching Twitter" 20130519053828A</guid></item><item><title>New Post: ListID Vs ListIDResult</title><link>http://linqtotwitter.codeplex.com/discussions/444008</link><description>&lt;div style="line-height: normal;"&gt;
&lt;div dir="ltr" style="font-family:Calibri,'Segoe UI',Meiryo,'Microsoft YaHei UI','Microsoft JhengHei UI','Malgun Gothic','Khmer UI','Nirmala UI',Tunga,'Lao UI',Ebrima,sans-serif; font-size:12pt"&gt;
&lt;div&gt;Thank you.&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;Sent from Windows Mail&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style="padding-top:5px; border-top-color:rgb(229,229,229); border-top-width:1px; border-top-style:solid"&gt;
&lt;div&gt;&lt;font face="Calibri, 'Segoe UI', Meiryo, 'Microsoft YaHei UI', 'Microsoft JhengHei UI', 'Malgun Gothic', 'Khmer UI', 'Nirmala UI', Tunga, 'Lao UI', Ebrima, sans-serif" style="line-height:15pt; letter-spacing:0.02em; font-family:Calibri"&gt;&lt;b&gt;From:&lt;/b&gt; JoeMayo&lt;br&gt;
&lt;b&gt;Sent:&lt;/b&gt; ‎Friday‎, ‎17‎ ‎May‎ ‎2013 ‎20‎:‎01&lt;br&gt;
&lt;b&gt;To:&lt;/b&gt; [email removed]&lt;/font&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;p&gt;From: JoeMayo&lt;/p&gt;
&lt;div id="ThreadNotificationPostBody"&gt;Hi, &lt;br&gt;
&lt;br&gt;
The difference is that ListID is an input and ListIDResult is an output. Input means that it's a parameter used as part of a query. Output means that this is what Twitter returns. You'll see this pattern used in other places where the input and output have
 the same name. It covers the situation where you might not have specified a ListID in the query, so it would be null, but I don't overwrite your value when Twitter sends a ListID back.
&lt;br&gt;
&lt;br&gt;
&lt;a title="https://twitter.com/JoeMayo" href="https://twitter.com/JoeMayo" target="_parent" rel="nofollow"&gt;@JoeMayo&lt;/a&gt;&lt;br&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;</description><author>webminer</author><pubDate>Fri, 17 May 2013 20:38:26 GMT</pubDate><guid isPermaLink="false">New Post: ListID Vs ListIDResult 20130517083826P</guid></item><item><title>New Post: ListID Vs ListIDResult</title><link>http://linqtotwitter.codeplex.com/discussions/444008</link><description>&lt;div style="line-height: normal;"&gt;Hi,&lt;br /&gt;
&lt;br /&gt;
The difference is that ListID is an input and ListIDResult is an output. Input means that it's a parameter used as part of a query. Output means that this is what Twitter returns. You'll see this pattern used in other places where the input and output have the same name. It covers the situation where you might not have specified a ListID in the query, so it would be null, but I don't overwrite your value when Twitter sends a ListID back.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="https://twitter.com/JoeMayo" rel="nofollow"&gt;@JoeMayo&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>JoeMayo</author><pubDate>Fri, 17 May 2013 14:31:03 GMT</pubDate><guid isPermaLink="false">New Post: ListID Vs ListIDResult 20130517023103P</guid></item><item><title>New Post: ListID Vs ListIDResult</title><link>http://linqtotwitter.codeplex.com/discussions/444008</link><description>&lt;div style="line-height: normal;"&gt;Can you please clarify whats the difference between ListID and ListIDResult. The query is as follows:&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;           var lists = from list in twitterCtx.List
                          where list.Type == ListType.Ownerships &amp;amp;&amp;amp; list.ScreenName == Screen_Name
                          select list;

            foreach (var list in lists)
            {
                DataRow Dr = DT_Lists.NewRow();
                Dr[&amp;quot;List_ID&amp;quot;] = list.ListIDResult;
                Dr[&amp;quot;ID&amp;quot;]= list..ListID;
                Dr[&amp;quot;Name&amp;quot;] = list.FullName;
                Dr[&amp;quot;Description&amp;quot;] = list.Description;
                Dr[&amp;quot;Created_At&amp;quot;] = list.CreatedAt;
                Dr[&amp;quot;URL&amp;quot;] = list.Uri;
                Dr[&amp;quot;Members_Count&amp;quot;] = list.MemberCount;
                Dr[&amp;quot;Subscribers_Count&amp;quot;] = list.SubscriberCount;
                DT_Lists.Rows.Add(Dr);
            }&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;</description><author>webminer</author><pubDate>Fri, 17 May 2013 07:13:17 GMT</pubDate><guid isPermaLink="false">New Post: ListID Vs ListIDResult 20130517071317A</guid></item><item><title>New Post: Twitter Private</title><link>http://linqtotwitter.codeplex.com/discussions/443858</link><description>&lt;div style="line-height: normal;"&gt;There is one problem that I know about with Web Forms where you must explicitly log out of Twitter before you can authorize.  Once I do that, then WebForms works fine. I ran it in VS 2010 without a problem too. This doesn't happen in MVC and I haven't figured out why. &lt;br /&gt;
&lt;br /&gt;
You might also consider cleaning out Temporary ASP.NET Files to make sure any old DLLs aren't affecting you.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="https://twitter.com/JoeMayo" rel="nofollow"&gt;@JoeMayo&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>JoeMayo</author><pubDate>Thu, 16 May 2013 17:31:53 GMT</pubDate><guid isPermaLink="false">New Post: Twitter Private 20130516053153P</guid></item><item><title>New Post: Twitter Private</title><link>http://linqtotwitter.codeplex.com/discussions/443858</link><description>&lt;div style="line-height: normal;"&gt;BeginAuthorization is not working. Twitter is replying 401 Unauthorized. This has started happeneing after I upgraded to LINQTOTwitter 2.1.05 for Twitter API v1.1 . Initially the same code was working fine. I even tried multiple different consumer key and secret keys. Everytime it returns 401 error code. &lt;br /&gt;
&lt;/div&gt;</description><author>webminer</author><pubDate>Thu, 16 May 2013 07:42:24 GMT</pubDate><guid isPermaLink="false">New Post: Twitter Private 20130516074224A</guid></item></channel></rss>