Re: [twitter-dev] getting more information than 'Could not authenticate...'

2010-01-24 Thread Michael Steuer
What language are you developing in? Why are you not using a tried and tested Twitter API library (ie. Why reinvent the wheel?)? On Jan 24, 2010, at 9:33 PM, eco_bach wrote: Hi I've spent the last week getting the OAuth sign-In process to work, and I've finallly got it to work(verify crede

[twitter-dev] getting more information than 'Could not authenticate...'

2010-01-24 Thread eco_bach
Hi I've spent the last week getting the OAuth sign-In process to work, and I've finallly got it to work(verify credentials correctly returns a user's info), BUT, I am unable to update a user's status. The server always returns 'Could not authenticate...' For obvious reasons, Twitter's server can't

[twitter-dev] Updating Twitter Application Settings

2010-01-24 Thread Greg
Hello, I've attempted to update my application settings for my app - but whatever I do - it says that there is an error, or I'm missing something on the form. Is anyone else having issues updating their apps? Thanks, Greg

[twitter-dev] Re: Rate limits

2010-01-24 Thread EastSideDev
Yes. When I get Unix time and substract it from reset-time-in-seconds, I get 3600. It might help if that's noted in the API (in addition to an example of the return structure). BTW, thanks for the quick response. For months, I have been posting questions, with no responses. On Jan 24, 5:44 pm, ry

Re: [twitter-dev] Rate limits

2010-01-24 Thread ryan alford
If I am not mistaken, the reset time in seconds is the number of seconds from 1/1/1970. Ryan Sent from my DROID On Jan 24, 2010 8:42 PM, "EastSideDev" wrote: When I get the rate_limit_status.xml, this is what I get: Array ( [hash] => Array ( [hourly-limit] => Array

[twitter-dev] Rate limits

2010-01-24 Thread EastSideDev
When I get the rate_limit_status.xml, this is what I get: Array ( [hash] => Array ( [hourly-limit] => Array ( [content] => 2 [attributes] => Array ( [type] => inte

Re: [twitter-dev] Re: sqllite command for writing to local DB

2010-01-24 Thread ryan alford
Not java though. Thought this was the Android email list Sent from my DROID On Jan 24, 2010 7:41 PM, "Kidd" wrote: Bump!!? On Jan 17, 3:38 pm, Kidd wrote: > Hello all, > > I'm trying to capture data from...

Re: [twitter-dev] Re: sqllite command for writing to local DB

2010-01-24 Thread ryan alford
Searching Google for "writing data to sqlite java" would help you out. Sent from my DROID On Jan 24, 2010 7:41 PM, "Kidd" wrote: Bump!!? On Jan 17, 3:38 pm, Kidd wrote: > Hello all, > > I'm trying to capture data from...

[twitter-dev] Re: sqllite command for writing to local DB

2010-01-24 Thread Kidd
Bump!!? On Jan 17, 3:38 pm, Kidd wrote: > Hello all, > > I'm trying to capture data from twitter and write it to a local > sqlite3 DB.  Can anyone help with a command for this? > > I am also a newbie so I wouldn't assume anything when explaining. > > thanks

Re: [twitter-dev] Limited mutual 'friends'?

2010-01-24 Thread Mark McBride
You can use the statuses/followers endpoint, and filter out any users that don't have the flag set to true. ---Mark http://twitter.com/mccv On Sun, Jan 24, 2010 at 5:51 AM, thetwitmaniac wrote: > Hi, > > I've built a twitter desktop app and we are providing the ability to > send DM's to peo

[twitter-dev] Limited mutual 'friends'?

2010-01-24 Thread thetwitmaniac
Hi, I've built a twitter desktop app and we are providing the ability to send DM's to people users are following, whom also follow them. What we are seeing though is that we cant pull all 'friends' who meet this criteria into a users DM list. Is there a limit set on how many 'friends' we can pul

[twitter-dev] Search for India Tweets returns tweets from Indonesia

2010-01-24 Thread Naveen J P
Hi, When my application (www.ookull.com) runs queries of type - http://search.twitter.com/search.json?q=*&rpp=100&geocode=17.38%2C78.48%2C925.0km to get tweets from India, I very often get tweets from Indonesia (Jakarta). Once in a while I also get tweets from Jamaica! I suspect that Jakarta and J

[twitter-dev] Can't send options to twitter.lib.php functions

2010-01-24 Thread Sam
Hello, I'm using twitter.lib.php class which is great. However, I can't seem to pass on options to the functions that I'm calling. In this case, I'd like to change the count of the friends' statuses to 50. But it still is showing me only 20. What am I missing? Any help greatly appreciated. Thank

Re: [twitter-dev] API method to get tweet rate on trends

2010-01-24 Thread Mark McBride
There isn't a single call that will do it. However you could use the search API, bucket tweets by time, and then compute rates that way. ---Mark http://twitter.com/mccv On Sat, Jan 23, 2010 at 3:09 PM, maeddes wrote: > Hi, > > I just started to get familiar with the twitter API and I would

Re: [twitter-dev] Re: RETWEETS in Search API -- FROM filtering is not working

2010-01-24 Thread Mark McBride
This should be corrected, let me know if it persists. ---Mark http://twitter.com/mccv On Fri, Jan 22, 2010 at 3:23 PM, Mack D. Male wrote: > This is a problem when filtering by geo as well - searching for tweets > "near:vancouver" also returns retweets of users in vancouver by users > in ot

Re: [twitter-dev] Question about licensing

2010-01-24 Thread Jesse Stay
I think the OWF agreement is an excellent idea - I'd love to see Twitter join in that agreement with its developers. If Twitter has concerns with it I'd love to see them get involved in the OWF discussions and perhaps the agreement could be modified to meet Twitter's needs. Why reinvent the wheel