[twitter-dev] Need help with pluggin

2011-03-25 Thread Luuxx
I'm using a plug-gin on a site that stopped working today.I think it has something to do with the new update of today but not sure. the only thing I know is that the error occurs when the request is send:

[twitter-dev] Need help to develop twitter application, Plz reply me

2010-12-15 Thread Roopesh Rai
Hi all, I am developing twitter application. In this application without browser user can use Twitter, I am providing user a interface to use twitter. I registered my application with twitter . By Oauth I am accessing twiiter. My doubts starts here 1) In my application I need to develop

[twitter-dev] Need Help Registering an App and Authenticating iPhone User

2010-11-21 Thread belsokar
I want to integrate twitter in my iOS application so users can do basic tweets. I got some source code from a developer that basically takes care of everything. When running their source code, with their consumer key and secret, everything works perfectly when I try to login using an existing

[twitter-dev] Need Help Dumping my Tweets for Analysis

2010-11-11 Thread Sarah K
Hi, First, let me start by apologizing for asking a question that I know I could answer for myself with enough googling, or simply implement myself by studying the API docs. I would do so... if I could. But that's kind of difficult for me right now. The question: can someone point me to a tool,

Re: [twitter-dev] Need Help Dumping my Tweets for Analysis

2010-11-11 Thread M. Edward (Ed) Borasky
I have a Perl routine that will dump your most recent 3200 tweets to a CSV file. That's the most anyone can get using the API at the moment. It's bundled in the Social Media Analytics Research Toolkit, but you can find the source in

[twitter-dev] Need Help to developing Twitter Client

2010-09-28 Thread Peter Jerald
Hi All, I am peter, I am using QT Framework. I Planning to develop a Twitter client in QT. Is there any documentation is available ? or Please provide any hint to goahead with this development process. I am waiting for your valuable reply. Regards, A. Peter Jerald -- Twitter

Re: [twitter-dev] Need Help to developing Twitter Client

2010-09-28 Thread Tom van der Woerdt
I have no idea what QT is (QuickTime?), but depending on the programming language and your skills you may like these libraries : http://dev.twitter.com/pages/libraries If there is no library available, you will have to do the OAuth implementation yourself. The API itself is documented at

Re: [twitter-dev] Need Help to developing Twitter Client

2010-09-28 Thread CWorster
Hi,  I am peter, I am using QT Framework. Do you mean Trolltech's Qt (lowercase t)? If yes, for the OAuth dance: http://qt-apps.org/content/show.php/QOAuth?content=107420 -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter:

Re: [twitter-dev] Need Help to developing Twitter Client

2010-09-28 Thread Peter Jerald
Hi, Sorry i did mistake, Thanks for your valuable reply. Yes of course Qt (C++ Framework) , Please provide more information to develop the process. Regards, A. Peter Jerald On 9/28/10, CWorster cwors...@schlimmer.com wrote: Hi, I am peter, I am using QT Framework. Do

[twitter-dev] Need help getting previously registered application set up for OAuth at dev.twitter.com

2010-08-30 Thread Jon Galloway
Alex set Witty up as an application for us a long time ago, but it's not associated with our Twitter accounts so we can't set up OAuth. Alan Le (@a7an) originally worked with Alex on this. I've taken over development (@jongalloway). We're obviously in a rush to get OAuth set up before basic auth

Re: [twitter-dev] Need help getting previously registered application set up for OAuth at dev.twitter.com

2010-08-30 Thread Taylor Singletary
Hi Jon, Please send an email to our API support team at a...@twitter.com with as much information as possible, from the email address associated with the Twitter account you ultimately want to own the application (probably best to have the account belong to the business rather than an employee).

[twitter-dev] Need help with MGTwitterEngine OAuth/xAuth

2010-08-30 Thread metawops
Hi everyone, I’m struggling with MGTwitterEngine OAuth/xAuth here with my Mac OS X application. The problem is that I get either SIGTRM or EXC_BAD_ACCESS crashes from the call of the getXAuthAccessTokenForUsername method. And I just don’t know what I’m doing wrong! Here’s the (stripped) code of

Re: [twitter-dev] Need help in using Twurl console

2010-08-29 Thread Mark McBride
Can you send the exact command line you're using? bin/twurl /1/users/show.xml?screen_name=sujit_g Works for me    ---Mark http://twitter.com/mccv On Sat, Aug 28, 2010 at 7:13 AM, Sujit garikipati.sujitku...@gmail.com wrote: Hi, I have started development using Twitter API recently. I

[twitter-dev] Need help in using Twurl console

2010-08-28 Thread Sujit
Hi, I have started development using Twitter API recently. I really like the Twurl console which makes sending HTTP requests to Twitter API very easy. I registered an app and coded a bare-bones structure of the app. I was able to update my status message by running the app on my desktop and also

[twitter-dev] Need help to resolve this error.

2010-08-18 Thread Rushikesh Bhanage
Hi Taylor / Abraham, I really need your help in this case. My whole app is ready without this small but important error. I have posted this question already, but didn't get proper answer, So I request you to assist me correctly or suggest any solution, so that I can move forward and get ready

Re: [twitter-dev] Need help to resolve this error.

2010-08-18 Thread Tom van der Woerdt
On 8/18/10 10:05 AM, Rushikesh Bhanage wrote: Hi Taylor / Abraham, I really need your help in this case. My whole app is ready without this small but important error. I have posted this question already, but didn't get proper answer, So I request you to assist me correctly or suggest any

Re: [twitter-dev] Need help to resolve this error.

2010-08-18 Thread Taylor Singletary
Hi Rushikesh, As Tom pointed out, you'll want to make sure to implement some exception handling around every request you make to the Twitter API. I don't know enough about the specific API calls you're making here to pin down the specific error you are receiving -- but I also agree with Tom that

[twitter-dev] Need help in optimizing the WebApp

2010-07-08 Thread Jack sparrow
Hi everyone, I am developing a webApp. I am using Python + Django. The app basically need to fetch tweets and if there are any twitpic, yfrog or tweetphoto specific urls then it also needs to fetch the images from the corresponding site. Now, my problem is that I need to make a large no. of calls

[twitter-dev] Need help with PayPal security requirements

2010-06-16 Thread Jonathon Hill
I'm trying to get approval from PayPal to use their Preapproval API, and to do so my application must meet several requirements. I won't post the entire list here, because it isn't applicable to Twitter, however since users log in to my application via Twitter OAuth several of them are applicable:

[twitter-dev] Need help on customized APIs

2010-05-13 Thread Sekhar
Hi All, We are planning to integrate one of our customers site (Twitter live chat service/blogs/follow-ups) with Twitter. When we try to run a sample application with Twitter open source APIs, we were not getting the desired output relatively. Could anyone suggest on customized APIs (or paid

[twitter-dev] Need help with the streaming API syntax....specifically how to point to the track text file without using curl

2010-03-02 Thread Mad Euchre
This is the VB code I would use to start any http stream request = DirectCast(WebRequest.Create(http:// stream.twitter.com/1/statuses/filter.json - name:pw), HttpWebRequest) request.Credentials = New NetworkCredential(name, pw) ' Get response

Re: [twitter-dev] Need help with the streaming API syntax....specifically how to point to the track text file without using curl

2010-03-02 Thread John Kalucki
The text file approach only applies to POST parameters set from the curl command, and in no other case. When creating an HTTP client from within a program, you should be able to configure the POST parameters via method calls. If you can't, it's a pretty worthless HTTP library. Each client library

[twitter-dev] Need Help on posting Message

2010-01-20 Thread Atul
Hello Frenz, I'm building an application in C#.Net 3.5. My Requirement is to post message to twitter user, defined by me in text box, on button click i'm passing my credentials and user name with message but i' m getting following error:- the remote server returned an error 403 forbidden My

Re: [twitter-dev] Need Help on posting Message

2010-01-20 Thread ryan alford
You need to add this messageRequest.ServicePoint.Expect100Continue = false; so your code should look like this... http://codepaste.net/ababkc Ryan On Wed, Jan 20, 2010 at 10:22 AM, Atul atul101...@gmail.com wrote: Hello Frenz, I'm building an application in C#.Net 3.5. My Requirement

[twitter-dev] Need Help

2009-11-03 Thread mr.aaqib - IIUI
Hi, I wanna know can we use PIN# authentication for web applications?? As far as my understanding PIN# authentication can be used only in desktop applications... Any help will be highly appreciated. Regards Aaqib Iqbal

[twitter-dev] Need Help with the Russian Language

2009-08-26 Thread Syed Wajahat Ali
Hi, Me and my team developed a site that posts tweets on the twitter page of a client. These tweets are in Russian Language. The problem is that when we submit a tweet on the site in Russian, it displays correctly but when the same tweet is posted on the twitter page via the API, it gets messed

[twitter-dev] Need help with OAuth + update_profile_background_image

2009-08-21 Thread Fletch
Hey all, I'm trying to change background image on the fly using an OAuth application, but running into some strange problems. Firstly, I should add that I can perform other requests (such as tweets and follows) without issue. I'm using abraham's twitterOAuth library. 1. When trying to post an

[twitter-dev] need help with OAuth library usage in cocoa app

2009-07-24 Thread Fares Farhan
Dear Twitter developers, First, I apologize if I misplace the question. I've cloned Isaiah's git repository of his AOuth implementation from http://github.com/yourhead/OAuth_ObjC_Test_App/tree/master but I experienced an issue that after the web sheet closed, there is no place that I can put