[twitter-dev] Re: No user matches for specified

2011-01-27 Thread ToddySM
Hi Matt, I posted the error here http://pastebin.com/dNf84VVW Below are the times when the errors showed up - they come at random times and are either for lookupuser or showuser (the two APIs is use). I guess those are just random issues with the service, and this will not impact my application.

Re: [twitter-dev] Re: JSON parser code in PHP

2011-01-27 Thread Adriaan Pelzer
The Twitter API can return JSON. No need to "hack" anything, that's why they provide an API - to make it easy! Just use curl to retrieve the JSON and convert it to an array. Sent from my iPod On 28 Jan 2011, at 3:58, Patrick wrote: > Hmmm, true. In fact, what epiTwitter really return various

[twitter-dev] Re: Makice's "Twitter API: Up and Running"

2011-01-27 Thread paule
Thanks for the info ... Would you (or anyone else) have any suggestions for something more current? Once again, thanks! :Paul -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: http://c

Re: [twitter-dev] Use of Twitterizer

2011-01-27 Thread Srinivasulu Gumudavelli
What is the value for Access Type in your registered application configuration settings? It must be read and write. for me same thing is working very well. On Fri, Jan 28, 2011 at 9:02 AM, Thyagarajulu Reddy .G wrote: > > > > thanks for sending information srinivas. once we will post the twit i

Re: [twitter-dev] Use of Twitterizer

2011-01-27 Thread Thyagarajulu Reddy .G
thanks for sending information srinivas. once we will post the twit i have getting error: The remote server returned an error: (401) Unauthorized. -- Forwarded message -- From: Srinivasulu Gumudavelli Date: Thu, Jan 27, 2011 at 9:14 PM Subject: Re: [twitter-dev] Use of Twitterize

Re: [twitter-dev] Makice's "Twitter API: Up and Running"

2011-01-27 Thread Cameron Kaiser
> Does anyone have a sense if this book is current enough to still > purchase, or has it passed its "Use by" date? Speaking as one of its contracted reviewers when it was first published, it does not have any of the OAuth infrastructure and a number of the concepts it mentions are now significantl

[twitter-dev] Makice's "Twitter API: Up and Running"

2011-01-27 Thread paule
Does anyone have a sense if this book is current enough to still purchase, or has it passed its "Use by" date? Thanks, :Paul p.s., It was published in March 2009. -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi

[twitter-dev] Re: JSON parser code in PHP

2011-01-27 Thread Patrick
Hmmm, true. In fact, what epiTwitter really return various array sets of data, which I can focus on. So, it's not really in JSON format issue at this point, as I was initially thinking. I'm wondering if anyone has code that can gracefully digest different arrays returned from the API (e.g, user_

[twitter-dev] Thoughts on cloud computing and Twitter search

2011-01-27 Thread Umashankar Das
With less than encouraging responses with regard to whitelisting, firehoses and limits on search rates from the twitter development group, it becomes increasingly clear that a cloud computing approach is required for avoiding ip-address rate limits on Twitter search. The obvious potential of Twitt

[twitter-dev] Twitter whitelisting question

2011-01-27 Thread jparicka
Hi there, I'm trying to get my app whitelisted on twitter. For months. Is twitter still whitelisting at all? It's becoming sort of a road block for us... Thank you, Jan -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/t

[twitter-dev] Programmatically clicking tweet button

2011-01-27 Thread craig.boolean
I'd like to prompt a user to send a tweet about my site when they have entered their listing by opening up the window that pops up when you click on the tweet button. Is this possible? -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twi

Re: [twitter-dev] Send status update with OAuth/PHP/cURL

2011-01-27 Thread Abraham Williams
Using TwitterOAuth you basically need three lines of code to get started. https://gist.github.com/564882 Abraham - Abraham Williams | Hacker Advocate | abrah.am @abraham | github.com/abraham | blog.abrah.am This email is: [ ] shareable [x] ask first [ ] p

[twitter-dev] site maintenance

2011-01-27 Thread Raffi Krikorian
hi all. you may have seen on our status blog that we're going to do some site maintenance -- we don't anticipate any downtime. however, if any of you notice issues, please feel free to reach out via this list! thanks! -- Raffi Krikorian Twitter, Platform Services http://twitter.com/raffi --

Re: [twitter-dev] Send status update with OAuth/PHP/cURL

2011-01-27 Thread Peter Denton
Abraham's oAuth library and examples work pretty much out of the box. https://github.com/abraham/twitteroauth If you need any help, please feel free to ask me off the list. regards Peter On Thu, Jan 27, 2011 at 12:59 PM, Mike Jones wrote: > I was using the following code to hook to my twitter

[twitter-dev] Send status update with OAuth/PHP/cURL

2011-01-27 Thread Mike Jones
I was using the following code to hook to my twitter account but now since I was using basic authentication instead of OAuth I am not tweeting anymore. Does anyone know of the code of samples that use OAuth with cURL/PHP? http://api.j.mp/shorten?version='. $version.'&longUrl='.urlencode($url).'&lo

[twitter-dev] Re: Stream API with firehorse method

2011-01-27 Thread Zhe Chen
I think that is what I need. How much will it cost to use "firehose"? Thanks On Jan 25, 1:13 pm, Tom van der Woerdt wrote: > On 1/25/11 9:08 PM,ZheChenwrote: > > > Hi, > > > On your website, you said "the Firehose is not a generally available > > resource." > > > Does that mean I cannot use it i

[twitter-dev] Re: Chinese Character

2011-01-27 Thread Zhe Chen
Are you using search API or stream API? On their stream API document says "Non-space separated languages, such as CJK and Arabic, are currently unsupported as tokenization occurs on whitespace." What does this mean? Thanks On Jan 27, 1:26 am, Reivax wrote: > Hi Zhe Chen > > Here at Yoono we do

[twitter-dev] Re: JSON parser code in PHP

2011-01-27 Thread EastSideDev
json_decode($json_string, TRUE) returns an array On Jan 26, 11:43 pm, Adriaan Pelzer wrote: > Just use json_decode($json_string) > > It returns an object by default, but there's a flag to make it return and > array. Can't remember off the top of my head, buy chech on php.net for exact > usage.

Re: [twitter-dev] can any body let me know how to get oauth callback parameter?

2011-01-27 Thread Taylor Singletary
The OAuth Callback parameter comes from you -- or your application, anyway. It's the specific URL you want the User to be sent to after they sign in and approve your application on Twitter's OAuth confirmation screens. This location will be sent back the oauth_token (request token) for the current

[twitter-dev] can any body let me know how to get oauth callback parameter?

2011-01-27 Thread jyoti singhal
Hi, i am in a big problem and i am not geeting how can i found oauth callback parameter? -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/lis

Re: [twitter-dev] Use of Twitterizer

2011-01-27 Thread Srinivasulu Gumudavelli
Hi Thyagarajulu, 1) Login to twitter 2) go to settings 3) Click on API link at the bottom of page 4) Click on 2nd option 5) Click on View Your Applications button 6) Click on Edit Details link under your registered application 7) Click on Application Detail button 8) Click on My Access Token butto

[twitter-dev] remote server returned an 401 unauthorized

2011-01-27 Thread Maanik
Hi, I am developing twitter application CE device using compact framework, i have downloaded one sample application http://data.nilzorblog.com/forumposts/WinmoOauthTester.zip but am getting error while accessing twitter application i have register a new application and coded those keys into it,

[twitter-dev] Re: Parsing response for osapi.http.get calls

2011-01-27 Thread Murali
>> older (now deprecated) method "gadgets.io.makeRequest(url, callback, params) It is older all right, but where does it say it is deprecated? On Jan 5, 3:40 pm, deJu wrote: > Hello, > > Does the Twitter API fully support the osapi.http methods defined in > the OpenSocial 0.9+ spec? > > When I u

Re: [twitter-dev] Twitter login facility on my website

2011-01-27 Thread Thyagarajulu Reddy .G
hi kirrage now i got a Consumer Key and Consumer secret key after that how to post twitter messages. can u please send me code. -- Forwarded message -- From: Madswede Date: Wed, Jan 26, 2011 at 5:39 PM Subject: [twitter-dev] Twitter login facility on my website To: Twitter Develo

Re: [twitter-dev] Use of Twitterizer

2011-01-27 Thread Thyagarajulu Reddy .G
thanks for sending information srinivas i got only *consumerKey*, * consumerSecret.* how to get *accessToken*, *accessTokenSecret.* On Thu, Jan 27, 2011 at 11:53 AM, Srinivasulu Gumudavelli < srinivasulu.gumudave...@gmail.com> wrote: > Hi Thyagarajulu, > > Posting tweets and reading them is simpl

Re: [twitter-dev] Re: Chinese Character

2011-01-27 Thread Mukesh Srivastav
Basically, you need to set charset=utf-8 in the HTML/XML document header. Regards, -Mukesh On Thu, Jan 27, 2011 at 1:56 PM, Reivax wrote: > Hi Zhe Chen > > Here at Yoono we do have a lot of Chinese users and we use the Twitter > API with no issue at all. > Just make sure you are using UTF-8 e

[twitter-dev] Re: Chinese Character

2011-01-27 Thread Reivax
Hi Zhe Chen Here at Yoono we do have a lot of Chinese users and we use the Twitter API with no issue at all. Just make sure you are using UTF-8 encoding, especially when computing OAuth signatures On 26 jan, 23:59, Zhe Chen wrote: > Does twitter stream API support Chinese character? -- Twitter