Re: [twitter-dev] Twitter Photo service for oauth clients

2009-12-11 Thread Harshad RJ
On Sun, Dec 6, 2009 at 11:30 AM, Michael Steuer mste...@gmail.com wrote: Are any of you aware of a photo service that allows picture uploads from my oauth based Twitter client? The Api for all the usual suspects (twitpic, yfrog, tweetphoto, etc) requires passing of the user's Twitter username

[twitter-dev] Re: Broken links in user pages

2009-12-11 Thread Zalt Woo
For those who care... ...it seems to be fixed now. 9 days later. Cheers, Zalt On Dec 4, 5:35 pm, Zalt Woo chilpmediagr...@googlemail.com wrote: Do you have a rough idea when it will be fixed then? Cheers, Zalt On Dec 3, 11:14 pm, Mark McBride mmcbr...@twitter.com wrote: The problem

[twitter-dev] Re: A New API For Browserless Apps?

2009-12-11 Thread Duane Roelands
 It seems clear to me from Raffi's comments on it that this third oauth flow is intended solely to enable Twitter use from embedded applications or in other environments in which it is not possible to use the existing oauth flows because there is no way to bring up a browser. And this will be

[twitter-dev] users/search with Oauth

2009-12-11 Thread Sandro Ducceschi
Hi there i was just integrating users/search in tweetr lib (my twitter wrapper for actionscript) and i don't seem to be able to successfully call users/search through oauth (through basic auth it's working). Is it actually enabled already ? All my other GET and POST requests work fine through

Re: [twitter-dev] users/search with Oauth

2009-12-11 Thread Raffi Krikorian
can you provide more information? as i just responded through @twitterapi, it seems to work for me. are you handling parameters correctly, and the like? On Fri, Dec 11, 2009 at 4:50 AM, Sandro Ducceschi s.ducces...@gmail.comwrote: Hi there i was just integrating users/search in tweetr lib

[twitter-dev] Re: users/search with Oauth

2009-12-11 Thread Sandro Ducceschi
Problem seems to have been a encoding issue from within Flash. All works :) On Dec 11, 1:50 pm, Sandro Ducceschi s.ducces...@gmail.com wrote: Hi there i was just integrating users/search in tweetr lib (my twitter wrapper for actionscript) and i don't seem to be able to successfully call

[twitter-dev] BLACKLISTING

2009-12-11 Thread tweaksilver
Hi Guys, Just want to ask, If my IP is not whitelisted and my application accidentally kept hitting the rate limit, is my IP going to be blacklisted? Thank you. I need to know this because I've been thinking about whitelisting our IP. The thing whithin our network, people are using other

[twitter-dev] Twitter streaming

2009-12-11 Thread ModelMonkey
Is it possible to access Twitter streams of a user when oauth authenticated?

[twitter-dev] Location Specific Public Timeline

2009-12-11 Thread ArtJulian
Hi, I'm trying to build an application around trending topics based on a specific location through the public timeline, but would rather not filter the timeline on location afterwards. I did notice the Local Trends Methods, but I would like to set my own parameters and therefore depend on the

Re: [twitter-dev] Twitter streaming

2009-12-11 Thread John Kalucki
Not just yet. OAuth support is planned for the Streaming API though. On Fri, Dec 11, 2009 at 3:32 AM, ModelMonkey puli...@gmail.com wrote: Is it possible to access Twitter streams of a user when oauth authenticated?

Re: [twitter-dev] Location Specific Public Timeline

2009-12-11 Thread Raffi Krikorian
not right now, unfortunately. On Fri, Dec 11, 2009 at 5:16 AM, ArtJulian art.jul...@gmail.com wrote: Hi, I'm trying to build an application around trending topics based on a specific location through the public timeline, but would rather not filter the timeline on location afterwards. I did

[twitter-dev] Re: WTF? - Password harvester or sandbox?

2009-12-11 Thread Duane Roelands
Looks like a scam site to me On Dec 11, 10:17 am, Mack Earnhardt mack.earnha...@gmail.com wrote: BE CAREFUL WITH THIS LINK! Ishttp://oulove(dot) appspot (dot) com/ a legitimate test, or a password harvester?

[twitter-dev] Re: WTF? - Password harvester or sandbox?

2009-12-11 Thread Duane Roelands
I reported it to the Google appspot abuse team. On Dec 11, 10:22 am, Duane Roelands duane.roela...@gmail.com wrote: Looks like a scam site to me On Dec 11, 10:17 am, Mack Earnhardt mack.earnha...@gmail.com wrote: BE CAREFUL WITH THIS LINK! Ishttp://oulove(dot) appspot (dot) com/ a

Re: [twitter-dev] BLACKLISTING

2009-12-11 Thread shiplu
On Fri, Dec 11, 2009 at 3:48 PM, tweaksilver karlodegr...@gmail.com wrote: Hi Guys, Just want to ask, If my IP is not whitelisted and my application accidentally kept hitting the rate limit, is my IP going to be blacklisted? Thank you. If your app's behavior appears to be spamming It will be

[twitter-dev] Re: Location Specific Public Timeline

2009-12-11 Thread ArtJulian
Thanks for your reply, Raffi. So getting the public_timeline and filtering it out by location is the way to go right now? Or would you suggest looking into another (less computational) method? On Dec 11, 3:59 pm, Raffi Krikorian ra...@twitter.com wrote: not right now, unfortunately. On

[twitter-dev] Re: Issue while implementing Twitter's OAuth

2009-12-11 Thread Ugo
Wow you save my life today! thanks for that! On Nov 30, 7:02 am, Kirill N knovitche...@gmail.com wrote: Just had the same issue when working on my Tweet Blender plugin and found out that the example given by twitteroauth author had method and parameters swapped. The function takes 3

Re: [twitter-dev] Re: Issue while implementing Twitter's OAuth

2009-12-11 Thread Abraham Williams
On Mon, Nov 30, 2009 at 00:02, Kirill N knovitche...@gmail.com wrote: $jsonData = $oAuth-OAuthRequest('https://twitter.com/statuses/ user_timeline.json', 'GET', array('screen_name' = $_GET ['screen_name'])); The current version of TwitterOAuth has some modifications so best practice for the

Re: [twitter-dev] BLACKLISTING

2009-12-11 Thread Abraham Williams
If the usage does not seem like it is abusive you should be fine. There are many many networks out there with lots of users connecting from the same IP. Abraham On Fri, Dec 11, 2009 at 09:35, shiplu shiplu@gmail.com wrote: On Fri, Dec 11, 2009 at 3:48 PM, tweaksilver karlodegr...@gmail.com

Re: [twitter-dev] simply verify that user exists

2009-12-11 Thread Abraham Williams
Yes. That is the best way. On Sun, Dec 6, 2009 at 13:59, TJ Luoma luo...@luomat.net wrote: Sorry, I'm having a brain cramp. I've been checking the wiki and can't for the life of me figure out what's the preferred way of taking a name and validating / verifying if the name is valid Twitter

Re: [twitter-dev] curl --netrc fails for adding to lists

2009-12-11 Thread Abraham Williams
Double check to make sure the list exists. Can you post status updates using --netrc? Abraham On Sun, Dec 6, 2009 at 14:49, TJ Luoma luo...@luomat.net wrote: Summary: When I try to add someone to a list using 'curl' with --netrc it is failing, but if I use -u username:password it works.

Re: [twitter-dev] Re: simply verify that user exists

2009-12-11 Thread shiplu
On Mon, Dec 7, 2009 at 4:31 AM, Feras Allaou feras.all...@gmail.com wrote: Well , this is a useful Idea but I think you should write a lot of line for parsing the XML code no ? If its http://twitter.com/users/show.json?screen_name=FOO then in PHP there is a function json_decode(). Its better

Re: [twitter-dev] how to favourite and unfavorite a tweet

2009-12-11 Thread Abraham Williams
There are a number of PHP libraries that will help you get started: http://apiwiki.twitter.com/Libraries#PHP On Sat, Dec 5, 2009 at 06:00, nite21 shanebond1...@gmail.com wrote: hi anybody knows how to favourite and unfavourite a tweet with php curl thanks -- Abraham Williams | Community

Re: [twitter-dev] Re: delete status with curl php

2009-12-11 Thread Abraham Williams
Before curl_close($ch); If curl_getinfo($ci, CURLINFO_HTTP_CODE) === 200 then the status was deleted sucessfully. If === to 404 then the status did not exist. You can read more about HTTP response codes http://apiwiki.twitter.com/HTTP-Response-Codes-and-Errors Abraham On Fri, Dec 4, 2009 at

Re: [twitter-dev] Streaming API : Shadow white listing

2009-12-11 Thread Abraham Williams
Send an email to a...@twitter.com and hopefully they will sort you out. Abraham On Thu, Dec 3, 2009 at 16:38, Darren Bounds (Cliqset) dar...@cliqset.comwrote: Hello, Several weeks ago (approximately 5) we (Cliqset) submitted a request to increase our 'shadow' user limit to 10,000 from the

[twitter-dev] Re: Location Specific Public Timeline

2009-12-11 Thread ArtJulian
Thanks for your reply Raffi! So getting the public_timeline and filtering it out by location is the way to go right now? Or would you suggest looking into another (less computational) method? On Dec 11, 3:59 pm, Raffi Krikorian ra...@twitter.com wrote: not right now, unfortunately. On

[twitter-dev] Re: Inconsistent member_count of list

2009-12-11 Thread tobi
Hi John Probably some cache inconsistency on our end. Does that mean something like “Sorry, that is the way Twitter is doing its cache thing, we all have to live with it” or rather that this issue could be in fact solved somehow on your end? Should I file a report on Google Code? Regards,

[twitter-dev] Re: Getting Followers (OAuth) and Cursor Parameter.

2009-12-11 Thread t.arnf...@googlemail.com
So i pass back eg: 1.876534678594E+18 or do i pass back -1.876534678594E+18 ? On Dec 10, 5:37 pm, Mark McBride mmcbr...@twitter.com wrote: This is indeed the way you do it. On Thu, Dec 10, 2009 at 8:49 AM, t.arnf...@googlemail.com t.arnf...@googlemail.com wrote: Hi, I understand

[twitter-dev] Re: Getting Followers (OAuth) and Cursor Parameter.

2009-12-11 Thread t.arnf...@googlemail.com
It doesnt work?? ? $array = array(); $con = $connection-get('statuses/followers', array(cursor= $lastTweetToStartAt)); foreach($con-users as $follower){ $array[] = $follower-screen_name; } print_r($array); echo(brbrbrbrbrbrbrbr); $lastTweetToStartAt = $con-next_cursor; $con =

Re: [twitter-dev] Re: Location Specific Public Timeline

2009-12-11 Thread Raffi Krikorian
that's the only way to do it right now. we will have some features at a future date that should hopefully make this easier, but we don't have a date right now on when those will be available. On Fri, Dec 11, 2009 at 7:58 AM, ArtJulian art.jul...@gmail.com wrote: Thanks for your reply Raffi!

Re: [twitter-dev] Re: Inconsistent member_count of list

2009-12-11 Thread John Kalucki
It's both. We're continuously improving our caching architecture and backing store systems and improved consistency is a direct result. Consistency is many orders of magnitude better now than just six months ago. An incorrect count shouldn't happen. It's almost certainly either a known issue.

[twitter-dev] Retweeting via the API does not show up in other's Home Timeline

2009-12-11 Thread hansamann
Hi all, I have switched the retweeting style of my app from using the RT @user text pattern to the new retweet API. If a logged in user on groovytweets.org now hits the green retweet buttons, it will fire off a retweet via the API. Unfortunately, the retweeted messages do not show up in that

Re: [twitter-dev] Sending direct messages

2009-12-11 Thread Abraham Williams
A user can send direct messages to anyone they are followed by. You can get a full list using the statuses/followers method: http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-statuses%C2%A0followers Abraham On Thu, Dec 3, 2009 at 18:17, Daniel Silva danielmartinssi...@gmail.comwrote: User

[twitter-dev] extract all @replies for a user

2009-12-11 Thread Baron
hello, I want to get all the @replies for a user using the API. I tried using search (http://apiwiki.twitter.com/Twitter-Search-API-Method:-search) but it only gives me access to the last 7 days of tweets. Is it possible to access all @replies for a user, or atleast more than 7 days worth?

[twitter-dev] Invalid Signature Request when POST - ing

2009-12-11 Thread Clemente Gomez
I have been getting my head wrapped around OAuth and have finally got enough understanding to pull data from Twitter. It seems as though all of my GET calls work, but when I try to POST data ( update status) I get ?xml version=1.0 encoding=UTF-8? hash

Re: [twitter-dev] extract all @replies for a user

2009-12-11 Thread Ed Costello
On Fri, Dec 11, 2009 at 18:19, Baron richar...@gmail.com wrote: possible to access all @replies for a user, or atleast more than 7 days worth? If you read a bit further on that page you’ll find: • results are limited to 7 days -- -ed costello

Re: [twitter-dev] extract all @replies for a user

2009-12-11 Thread Michael Steuer
Check out the statuses/mentions API On Dec 11, 2009, at 3:19 PM, Baron richar...@gmail.com wrote: hello, I want to get all the @replies for a user using the API. I tried using search (http://apiwiki.twitter.com/Twitter-Search-API-Method:-search) but it only gives me access to the last 7

Re: [twitter-dev] Sign in with Twitter and User identification

2009-12-11 Thread Abraham Williams
Here is user flow for Sign in with Twitter: http://apiwiki.twitter.com/Sign-in-with-Twitter There a number of code libraries that work with Twitter. Try using one of those to speed things up: http://apiwiki.twitter.com/Libraries Abraham On Fri, Dec 4, 2009 at 16:29, Jacoh Hayn

Re: [twitter-dev] Invalid Signature Request when POST - ing

2009-12-11 Thread Harshad RJ
I have started getting this error too (I think they are related). In the response to the POST I see this: errorinvalid / used nonce/error The nonce value used was: XEl7Q8 GET requests are working fine. And the exact same application works fine with a different OAuth account (even with POST).

Re: [twitter-dev] Invalid Signature Request when POST - ing

2009-12-11 Thread Mark McBride
Could I get a complete dump of the HTTP conversation, including headers and body for the request and response? On Fri, Dec 11, 2009 at 9:28 PM, Harshad RJ harshad...@gmail.com wrote: I have started getting this error too (I think they are related). In the response to the POST I see this: