[twitter-dev] Re: How to store Oauth token and retrieve data using it?

2010-10-30 Thread Tobias C. Jensen
Hi Ramanean. If you are not already using an OAuth class, I would suggest that you use the one constructed by Themattharris: http://github.com/themattharris/tmhOAuth It also contains some examples of how to use it. Regards, Tobias On 29 Okt., 04:16, Ramanean shang...@gmail.com wrote: I need

[twitter-dev] Re: TwitterOAuth fails in getRequestToken()

2010-10-30 Thread José Luis
On 30 oct, 05:55, Abraham Williams 4bra...@gmail.com wrote: What does printing $connection-http_code after making the call return? The call does not return, so I can't tell. I have traced it and it's dying in the http function, exactly here: $ci = curl_init(); This call doesn't return and

[twitter-dev] Re: TwitterOAuth fails in getRequestToken()

2010-10-30 Thread José Luis
I have reviewed phpinfo()'s output on my server and libcurl isn't explicitly enabled in the configuration command. Should it be? If it should that's the cause of the problem. On 30 oct, 14:22, José Luis jlgon...@ya.com wrote: On 30 oct, 05:55, Abraham Williams 4bra...@gmail.com wrote: What

Re: [twitter-dev] Re: TwitterOAuth fails in getRequestToken()

2010-10-30 Thread Abraham Williams
Yes. Libcurl is required you will also want to make sure openssl is enabled. Abraham -- Evobots configured this transmission while traveling at 50 billion times the speed of light. On Oct 30, 2010 7:04 AM, José Luis jlgon...@ya.com wrote: I have reviewed phpinfo()'s output on my server and

[twitter-dev] Max characters in bounding_box coordinates?

2010-10-30 Thread Tobias C. Jensen
Hi guys. I'm setting up a database to store data from tweets. In that regard I couldn't find any info on how many characters the place-bounding_box- coordinates could be. Does anyone in here know? Thanks in advance! - Tobias -- Twitter developer documentation and resources:

[twitter-dev] Re: TwitterOAuth fails in getRequestToken()

2010-10-30 Thread José Luis
On 30 oct, 16:33, Abraham Williams 4bra...@gmail.com wrote: Yes. Libcurl is required you will also want to make sure openssl is enabled. Thanks Abraham. Please, could you mention this in the documentation? At least in openSUSE PHP isn't compiled with it so it would help other users not to make

[twitter-dev] Determine if a tweet is a RT in REST API

2010-10-30 Thread Michael B.
Hi there, I'm aware that in the REST API, that the retweeted datapoint is disabled. So, I'm trying to find a workaround to this to display retweeted statuses in the manner I'm shooting for in my module. The call I'm doing is

[twitter-dev] Geo bug when a zipcode is in the update text?

2010-10-30 Thread Robb Shecter
I think I've found an odd bug: the subject pretty much summarizes it. I'm geotagging by providing a long/lat. These two tweets work fine, i.e. the geotagging is preserved: Blackout in http://srsly.co/42 #justtesting #justtesting #outage #zip97214 http://srsly.co/42 However, these two do

[twitter-dev] Link Wrapping

2010-10-30 Thread visual think map
hi there, i read this http://groups.google.com/group/twitter-api-announce/msg/0f78b195eda96990 and then tried to implement it myself. now i am a really novice coder, i tweak and hope it works with a 'novice' degree of seeing why it isnt working. From the post about link wrapping, am i right to

Re: [twitter-dev] Userstream oauth prompting for user/pass

2010-10-30 Thread Mark McBride
It does support OAuth. If you're getting prompted for a username/password it means that we didn't accept your OAuth request for some reason or other. ---Mark http://twitter.com/mccv On Fri, Oct 29, 2010 at 9:07 AM, bterm bob.t.termi...@gmail.com wrote: Trying to use

[twitter-dev] Re: Failed to Auth on Japanese OS

2010-10-30 Thread Gary
I checked and all characters are utf-8 - the auth header and the post body. I tried installing an English OS on the same machine so it's not machine specific. I also added charset=utf-8 to the content type header: application/x-www-form-urlencoded; charset=utf-8. Still I get the Failed to

[twitter-dev] Re: Failed to Auth on Japanese OS

2010-10-30 Thread nischalshetty
@Gary oAuth takes the current time into consideration, so that really needs to be in sync. -N On Oct 31, 2:56 am, Gary cga...@gmail.com wrote: I checked and all characters are utf-8 - the auth header and the post body.  I tried installing an English OS on the same machine so it's not machine

[twitter-dev] Bad timestamp != invalid / used nonce

2010-10-30 Thread Marc Mims
Just helped a user of Net::Twitter troubleshoot a problem. The user was getting an invalid / used nonce error on statuses/update. Turns out, the time clock was 4 hours off. An invalid timestamp error would have really been helpful in this case. Hint. HINT. HINT!!! :) -Marc --