Questions tagged [linq-to-twitter]

246 questions
2
votes
1 answer

LinqToTwitter Multiple User Authorizer

I have a web application in which any user if opt for social media automation such as twitter, they click on twitter button and a oauth procedure is done. That oauth process is done using php. I store the oauth token and oauth secret for that…
Furquan Khan
  • 1,586
  • 1
  • 15
  • 30
2
votes
0 answers

How to avoid link break or hashtag break in tweet status trimmed by LinqtoTwitter?

I am using LinqTOTwitter for retrieving user status and displaying it to our site, but when tweet size is more then 140 character, it trims the tweet. So if at end of tweet, there is a link, it will break. How can I avoid this? For getting my tweet…
2
votes
2 answers

Is it possible to retrieve the Twitter userid of a user from the access token?

Let me explain my problem, currently I use LinqToTwitter to perform the authorization of a user. I have the Connect Twitter button on my website, when the user click on it, an ajax request requests the method to perform authorization, the user is…
david yeah
  • 244
  • 1
  • 4
  • 11
2
votes
1 answer

LinqToTwitter: How to search tweets of users which i follow?

LinqToTwitter: How to search tweets of users which i follow? Using below code, I m getting results for all pubic tweets but i want to query tweets of users which i follow? var twitterCtx = new TwitterContext(auth); var searchResults = …
2
votes
2 answers

Linq2Twitter - What is OAuthToken?

I'm trying to use simple single-user in-memory credentials to connect to my twitter app and do a simple timeline search. I have my consumer secret and key but On the instructions page it also lists a need for an oauth token and access token. What…
George Mauer
  • 117,483
  • 131
  • 382
  • 612
2
votes
1 answer

Twitter statusUpdate via asp.net C# does not appear

I am currently working on a web application project, and I need to upgrade the twitterizer work with LinqToTwitter in order to update the status of a particular user. I have tried different codes, but none of them has worked for me. Here is one of…
Rm ko
  • 49
  • 6
2
votes
1 answer

Linq-to-Twitter: remote server returned an error: (410) Gone

I am trying to get Linq-to-Twitter to post a tweet. My code is based on Linq2Twitter WebFormsTweetsDemo from http://linqtotwitter.codeplex.com/wikipage?title=LINQ%20to%20Twitter%20Samples&referringTitle=Home The app authenticates ok - I am running…
user2486488
  • 91
  • 1
  • 8
2
votes
1 answer

401 when attempting to Tweet with Linq to Twitter

So I've looked at all the of the suggestions from the Linq to Twitter documentation regarding 401 statuses with Oauth and I honestly don't know what I'm doing wrong. var auth = new PinAuthorizer { Credentials = new…
MickJuice
  • 539
  • 2
  • 10
  • 25
2
votes
1 answer

Is it possible to use a proxy with LinqToTwitter library?

I want to know if it is possible to use a proxy to connect twitter with LinqToTwitter (c#) library. The objetive is to hide the ip source.
dlopezgonzalez
  • 4,217
  • 5
  • 31
  • 42
2
votes
1 answer

Post status on twitter using c#

I am using Linq 2 twitter library.. I want to post a status for that I created an "Sampleapp" in twitter api. By using this library I can post message into "My twitter account" with the help of consumer key and consumer secret. Now my question is…
Gowri
  • 209
  • 1
  • 4
  • 12
2
votes
1 answer

Getting Results from Search entity for twitter search

Im using linq-to-twitter and I want to pass in a tag to search from and collect the data (the text, username, user picture. I can return a search entity, but I want to go further to find the text, and in the docs it says the Search entity has a…
user450549
1
vote
1 answer

How do I login with linq to twitter?

I'm sorry if its obvious but I cant find the answer. I want to post a status. All I can find are these two lines. I can't figure out how to login. I don't care if its a user/password or if its using an API key. var twitterCtx = new…
user34537
1
vote
2 answers

How to view the raw XML or Json response using LinqToTwitter?

How can I view the raw XML or Json response when doing a search for users using the LinqToTwitter library? I'm using the SingleUserAuthorizer for oAuth. If you have any ideas using other libraries or even a simple oAuth framework, I'm open to…
draconis
  • 599
  • 1
  • 5
  • 16
1
vote
1 answer

LinqToTwitter List DMs since a specified date

Is it possible to list Direct Messages after a specified date? If I have a large number of Direct Messages, I'll reach the rate limit quickly if I have to page through many results. I'd like to track the last time I queried for…
Andy Uzick
  • 81
  • 5
1
vote
1 answer

Truncated message tweets

Please! I'm getting tweets from LinqToTwitter, and some tweets seem to have the text truncated, with part of the text following with an ellipsis. In some cases, the search criteria are not returned in the text, as it appears to be in the unearned…
DaniloPF
  • 67
  • 7