This tag refers to the Twitterizer open source library by Ricky Smith.

learn more… | top users | synonyms

0
votes
1answer
24 views

Get status ID's using Twitterizer2

I am currently writing an application that is posting Tweets to my Twitter timeline using Twitterizer. However I would also like to have the option to delete multiple Tweets. I have managed to ...
2
votes
0answers
35 views

Tweetsharp HTTP 403

I have a problem logging on to Twitter using ASP.NET 4 C# and Twitterizer. First I create the TwitterService object TwitterService Service = new TwitterService(key , secret); Then Request the ...
0
votes
0answers
72 views

Unable to authorize Twitter user via Twitterizer in my ASP.NET MVC app

I have an ASP.NET MVC app. Users login to my app. I want them to be able to authorize their Twitter account with their ID my system. At this time, I cannot get this to work. As of right now, when ...
0
votes
0answers
39 views

using twitterizer getting the favourites count

Does anyone know how to get the favourites count of a tweet (status) ... ie the number of times twitter users have favourited a tweet? I've scanned all api calls and responses ... can't find an ...
0
votes
0answers
32 views

Dealing with linkified text in vb.net

im dealing with some linkified text using twitterizer. i get the links in the form of html, so: <a href="LINK HERE"> any ideas on how i can just display them as clickable links?
0
votes
0answers
47 views

Twitterizer callback when the connection is interrupted

I'm developing a desktop application that uses Twitterizer library. I need to notify into the GUI when the stream is not connected. For doing this I catch the callback onStoppedHandler. It works ...
0
votes
0answers
152 views

C# Twitter Last ReTweet List With Twitterizer OAuth

using Twitterizer; ...... ...... UserTimelineOptions properties = new UserTimelineOptions(); properties.IncludeRetweets = true; TwitterResponse<TwitterStatusCollection> tweets = ...
0
votes
1answer
82 views

Using Twitterizer to display the outbound tweets, not replies

Ia m using twitterizer to diplay tweets on the website , but the issue its showing all the tweets ,i just want to show the tweets by user not the replies, the code i am using is: if ...
0
votes
0answers
56 views

Twitterizer 2.4.2 TwitterUser.Lookup failes

I am trying to get all a user's friends using twitterizer but the TwitterUser.Lookup call fails the 3 times out of the five expected calls (getting 167 friends instead of 467) Edit: a get followers ...
0
votes
0answers
108 views

How to Tweet to Twitter API 1.1 with .NET using No external Libraries

I would like to be able to Tweet to the Twitter API 1.1 with .NET using No external Libraries. Tweeting is pretty much all I am looking to do besides seeing the success status of the tweet and/or if ...
0
votes
0answers
93 views

Unable to Parse JSON error when using twitterizer

been attempting to get round this myself for quite a while now. Still no luck unfortunately. No matter what i try i still recieve 'Unable to parse JSON' error when i retrieve the hometimeline response ...
2
votes
1answer
676 views

Twitterizer version for recent Twitter API 1.1

I have a question to whoever using Twitterizer as a component to communicate with Twitter API. I see recent update from Twitter site, to API version 1.1 I have an app built using Twitterizer version ...
0
votes
0answers
51 views

Unknown error when trying to retrieve hometimeline using twitterizer

I get an unknown response. But when i dump the timelineresponse.content into a text boz i get all the data of the tweets as one big blob of text. This is my code. By the way im using the variables ...
0
votes
1answer
123 views

cant retrieve hometimeline using twitterizer in vb.net

I'm trying to build a desktop twitter application. I've got the oauth thing down, and can post status' no problems. I'm not trying to retrieve a users home timeline but am having no such luck. Any ...
0
votes
1answer
116 views

C# - “Invalid Token” using Twitterizer

I'm having issues with this piece of code: OAuthTokens tokens = new OAuthTokens(); tokens.AccessToken = "****"; tokens.AccessTokenSecret = "****"; tokens.ConsumerKey = "****"; tokens.ConsumerSecret = ...
2
votes
1answer
252 views

I need an alternative of Twitterizer for .NET Framework 2

I have tried to use Twitterizer but it can only be compiled in .NET 3.5 and 4. I need to update a project that needs to recover the tweets of a user but it is a .NET 2.0 Sharepoint Project. Do you ...
0
votes
0answers
38 views

Create oAuth information for connection to twitter programmaticly

When i work with twitter with library Twitterizer (it does not matter, what library i use)- i have to connect to twitter with consumer key & consumer secret + access & secret tokens. So, to ...
1
vote
1answer
79 views

How to get number of people user is following

I already have the following code which successfully retrieves the number of people following a user: Dim followersResponse As TwitterResponse(Of UserIdCollection) = ...
0
votes
1answer
97 views

Twitterizer fails when using geotags or uploading media

So I noticed two bugs in Twitterizer: 1. When specifying Latitude, Longitude, and a Place ID in the StatusUpdateOptions, the Longitude is dropped and retains its default value, 0, essentially breaking ...
1
vote
1answer
117 views

Getting trends in Twitterizer C#

I am looking to display the current Twitter trends using Twitterizer. I am using the following code to try to generate the 10 current trends but when running the code, it displays all 10 MessageBoxes ...
2
votes
1answer
141 views

Twitterizer - how to get the username

I'm trying to get the username of an authorised user. I've already managed to get the OAuth to work, have got the token, directed the user to retrieve the PIN, entered that and sent a tweet ...
0
votes
1answer
127 views

C# Twitterizer Streaming GET User

How can I get tweets live with the Twitterizer.Streaming.dll? (I only need the content of the tweet, without the user) I know that I have to do: static void NewTweet(TwitterStatus tweet) { ...
1
vote
1answer
139 views

Twitterizer the underlying connection was closed

I use twitterizer for tweeting and following, but in file TwitterCommand.cs, on line responseData = ConversionUtility.ReadStream(exceptionResponse.GetResponseStream()); I get an exception: The ...
0
votes
1answer
251 views

How can I get the Twitter follower screenNames of a given Username with Twitterizer?

OAuthTokens tokens = new OAuthTokens(); tokens.AccessToken = "188817262xxxxx"; tokens.AccessTokenSecret = "GNqhB1gkxxxx"; tokens.ConsumerKey = "Q6xxxxx"; tokens.ConsumerSecret = "2eZyxxxxxx"; ...
1
vote
1answer
126 views

Twitterizer Hashtags and metions search

I would like to do a search in twitterzer that allows me to get all the tweets with a particular hashtag mentioning a particular user on twitter. I used the .Search method but it only works for one ...
1
vote
2answers
341 views

Twitterizer2 and Twitterizer2.Asynchronous

How can i install Twitterizer2 and Twitterizer2.Asynchronous? In the last version of Twitterizer2 i get error like "Unable to parse JSON". Solution of this, to download version from GIT and build it, ...
1
vote
0answers
85 views

Using Twitterizer with ASP.NET MVC4

I'm trying to use Twitterizer and I can't get to install it on top of MVC4. The problem is caused by the requirements of different versions of the same package: Newtonsoft.JSON. ASP.NET Web API and ...
0
votes
1answer
659 views

how to get user timeline using twitterizer2

I am using twitterizer2 to try and get a users recent few tweets and then write them to a table using oAuth not the users screen name, but i am new to twitterizer so i don't know how to do this. ...
0
votes
1answer
286 views

how to get public timeline in twitterizer for WPF

I can get users tweets in my WPF application. I tried publictimeline with all overloaded methods but all are giving same problem System.NullReferenceException but when i try to get public ...
0
votes
1answer
41 views

How can I avoid asking twitter to grant access for my app everytime the user signs in to my WPF program using twitterizer?

I'm using twitterizer to signin to my wpf program. Every time when the program is executed, twitter generated pin is stored in a variable and then app runs. Is it possible to authenticate only once ...
2
votes
1answer
241 views

Twitterizer Follow Users with Stream

I'm currrently using the Twitterizer Framework to track many keywords (the limit is 400 from the Twitter API). Therefore, i try to follow some users (their timelines) but I get the Error ...
0
votes
0answers
82 views

Detecting Unauthorized users -Twitterizer

I created a twitter app using twitterizer.I want to know if i can detect the users that unauthorized my app.I used the code below,but it also detects users that haven't unauthorized the app(including ...
1
vote
1answer
462 views

Twitterizer Web App Authentication

We have a web app that has a custom twitter feed page. We use Twitterizer to grab all the tweets based on a collection of twitter handlers. This is just a public list of tweets from other twitter ...
0
votes
2answers
122 views

Creating tweet with Twitterizer raises WebException 401

I am using Twitterizer, and am trying to get my ASP.Net app to upload reported traffic incidents to the official Twitter account. I have looked at similar questions at SO, and the I tried all the ...
0
votes
0answers
164 views

Twitterizer on Mono - call to UpdateWithMedia hangs

I have been using mono and the excellent Twitterizer libraries to post tweets from my Raspberry Pi. The goal being to tweet pictures captured by a webcam periodically. The problem I have is that ...
0
votes
1answer
96 views

Twitter limits & multiple users using shared account

I'm building a section of a web app that will integrate with twitter (using twitterizer) and I"m not sure I fully understand how the twitter limits will apply. Let me explain. Most of my users will ...
0
votes
0answers
184 views

Twitterizer HomeTimeline return nothing

I'm trying to integrate Twitter with a vb.net application that I'm making for the office. I've come across Twitterizer and it allows me to create tweets, but when it comes to showing timelines, I'm ...
1
vote
1answer
611 views

Twitterizer Streaming API Public Stream

I have been trying to get the public status message using the Twitterizer streaming API but unable to perform. I used the code below but it doesn't work. The sample code only provide user stream ...
0
votes
1answer
132 views

Getting new tweet count Only using Twitterizer

let me first say a big thanks for Twitterizer, it's made my dev work much easier. I'll definitely be donating. In my app, I load tweets using a webservice and since I keep a track of the last tweet, ...
0
votes
1answer
60 views

The intended way to reauthenticate with Twitterizer2

I've got a problem where i've been working in TweetSharp on a project, and found it had some limitations i couldn't overcome. Done some research and found Twitterizer can do what I want. I'm having ...
0
votes
1answer
141 views

How to get six digit pin number using Twitterizer for Desktop Application

To get this i reference Twitterizer2 library and user below code based on this guideline http://www.twitterizer.net/tutorials/getting-started-with-oauth OAuthUtility.GetRequestToken("consumer ...
0
votes
3answers
474 views

Check User Tokens are valid or not using Twitter Api

I have a Asp.Net application that will post tweets in twitter. I'm using Twitterizer2 for doing this. First time when the user uses the application, he will be redirected to twitter for ...
1
vote
3answers
317 views

Twitterizer - TwitterStatusCollectionResponse ResponseObject nothing

I am trying to get the timeline of my user account so I can post the tweets on our website. However, the TwitterStatusCollectionResponse ResponseObject is always nothing. The Content property has ...
0
votes
0answers
241 views

Twitterizer not working with image tweet

Hi i am using Twitterizer to display tweets on my site , it works fine when the tweet has no image , but if I include image in a tweet , it doesnt show any tweets on my site , is it a bug or am i ...
-2
votes
1answer
114 views

Get Author's name of a Tweet

I want to display a tweet as it is shown in the [url=https://dev.twitter.com/terms/display-guidelines]Display Guideline[/url]. For that, I need to get the name of the author of the tweet. I don't ...
1
vote
2answers
207 views

Replying to a tweet using Twitterizer

My question is that I am trying to reply to a tweet. I have tweetId of the tweet. But cant reply it. OAuthTokens tokens = new OAuthTokens(); tokens.ConsumerKey = "xx"; tokens.ConsumerSecret = "xx"; ...
3
votes
1answer
697 views

Unable to parse JSON error using Twitterizer TwitterStatus.Show method

Running this code: var statusResponse = TwitterStatus.Show(tweet.Id); gives an error message: Unable to parse JSON in the statusResponse object and the ResponseObject comes back as null. Not sure ...
0
votes
1answer
178 views

Twitterizer returning 401 on TwitterStatus.Update

Good looking library, but it's misbehaving for me.. I've created a twitter app, with read/write permissions, and that all seems good. I was working with full lifecycle oauth management, but am now ...
5
votes
2answers
2k views

c# - “The authentication or decryption has failed.” error while using twitterizer in mono

why i get this error Unhandled Exception: Twitterizer.TwitterizerException: Error getting response stream (Write: The authentication or decryption has failed.): SendFailure ---> ...
0
votes
1answer
899 views

How to get the Twitter Usertimeline with Tweetsharp

I try to get the last 20 statuses of the Usertimeline. So I search in the internet and get the follow code: TwitterUser twitterUser = TwitterUser.Show("Username").ResponseObject; if (twitterUser != ...

1 2 3