[twitter-dev] direct_messages/destroy returning 404

2010-09-22 Thread DaveH
My code is able to send and receive direct messages just fine. So when I build the string to destroy an old direct message, I get a 404. It does not make sense. The url that is sent to Twitter is: https://api.twitter.com/1/direct_message/destroy/1625579645.json The ID is the message id that is

Re: [twitter-dev] direct_messages/destroy returning 404

2010-09-22 Thread Abraham Williams
direct_messages plural. Abraham - Abraham Williams | Hacker Advocate | http://abrah.am @abraham | http://projects.abrah.am | http://blog.abrah.am This email is: [ ] shareable [x] ask first [ ] private. On Tue, Sep 21, 2010 at 23:01, DaveH d...@idreia.com wrote: My code is able to

Re: [twitter-dev] statuses/update returns Incorrect signature when using in_reply_to_status_id

2010-09-22 Thread Tom van der Woerdt
http://dev.twitter.com/pages/auth, section Signing Requests, states : Then, you take all query parameters and POST body parameters (when the POST body is of the URL-encoded type, otherwise the POST body is ignored), including the OAuth parameters necessary for negotiation with the request at

[twitter-dev] home_timeline.json returns too less tweets and some aren't visilbe on the web

2010-09-22 Thread mlowicki
I'm getting data via http://api.twitter.com/1/statuses/home_timeline.json with ajax request but lately i get very strange results. I'm asking by default for last 25 tweets (count=25) but i get sometimes less. Right now for my screen (mlowicki) in app we're developing I get 21 and timeline is

Re: [twitter-dev] home_timeline.json returns too less tweets and some aren't visilbe on the web

2010-09-22 Thread Tom van der Woerdt
Actually, count=x tells twitter to get x results from the database, not to return x items. Deleted tweets etc are counted as well: they are in the database but don't get returned. Tom On Sep 22, 2010, at 12:11 PM, mlowicki mlowi...@gmail.com wrote: I'm getting data via

[twitter-dev] Re: Using @Anywhere under SSL

2010-09-22 Thread Justin
It is a shame Cassie, I'm having to use OAuth - more flexability but would be nice to have the simplicity of Anywhere On Sep 21, 8:37 pm, Cassie Lynn cassie.schwendi...@gmail.com wrote: yet? Do we have any way of knowing when this might happen? And thanks for asking this here Justin! I asked on

[twitter-dev] Re: home_timeline.json returns too less tweets and some aren't visilbe on the web

2010-09-22 Thread mlowicki
But tweets that are displayed in widget but not on the web aren't deleted. In some reason there is difference in these timelines. Btw is any way to get exactly x items or some other way to detect when more button should be displayed? On Sep 22, 12:31 pm, Tom van der Woerdt i...@tvdw.eu wrote:

[twitter-dev] Re: home_timeline.json returns too less tweets and some aren't visilbe on the web

2010-09-22 Thread mlowicki
The same situation now: widget - http://twitpic.com/2quvs7 web - http://twitpic.com/2quvx1 In widget there are 4 tweets between first operatester's tweet and last visible by Yahoo that aren't visible on the web. On Sep 22, 1:04 pm, mlowicki mlowi...@gmail.com wrote: But tweets that are

[twitter-dev] Re: dev.twitter.com sends consumer secret in clear text

2010-09-22 Thread Nik Fletcher
This has been discussed quite a bit previously, and is something the Twitter folks are aware of: http://code.google.com/p/twitter-api/issues/detail?id=1665 Cheers -N On Sep 21, 6:54 pm, ManuelZ m...@alumni.sfu.ca wrote: When you register your Twitter app athttp://dev.twitter.com, you get an

[twitter-dev] Re: Tweeting with Net::Twitter + OAuth

2010-09-22 Thread wkossen
Added the traits bit, now I get 'Could not authenticate you.'. help? On Sep 10, 4:19 pm, Marc Mims marc.m...@gmail.com wrote: * wkossen w.kos...@gmail.com [100910 06:45]: my $client = Net::Twitter-new(     consumer_key = $ckey,     consumer_secret = $csec,     access_token = $atok,

[twitter-dev] Re: home_timeline.json returns too less tweets and some aren't visilbe on the web

2010-09-22 Thread mlowicki
After some time in timeline on the web missing tweets are shown... but still from time to time i get wrong results in app. On Sep 22, 2:23 pm, mlowicki mlowi...@gmail.com wrote: The same situation now: widget -http://twitpic.com/2quvs7 web -http://twitpic.com/2quvx1 In widget there are 4

Re: [twitter-dev] Re: dev.twitter.com sends consumer secret in clear text

2010-09-22 Thread Taylor Singletary
We don't like it either. I can tell you with confidence that a SSL-based dev.twitter.com will be coming in the future though. If you're sensitive in this area, we still have the classic style app management available at https://twitter.com/apps -- doesn't have all the bells whistles, but gets the

Re: [twitter-dev] Re: home_timeline.json returns too less tweets and some aren't visilbe on the web

2010-09-22 Thread Taylor Singletary
Hi mlowicki, There's no way to absolutely guarantee the number of results from the home_timeline. However, you certainly can make it more predictable by including the ?include_rts=true parameter when making your request. This includes retweets in the payload, which, in most cases, are probably

Re: [twitter-dev] xAuth problem

2010-09-22 Thread Taylor Singletary
Hi Narayan, I'd like to help, but I need more information in order to debug. Can you verify that your consumer key and secret are correct (and the same as what you have stored currently on dev.twitter.com)? Is there any reason you can think of that your application may have become suspended?

Re: [twitter-dev] Twitters t.co URL

2010-09-22 Thread Taylor Singletary
Hi James, Really have no idea. If you're simply posting status updates that already include a tinyurl.com link, I can't think of any reason the links would suddenly stop appearing. Perhaps there was a problem with tinyurl? Taylor On Tue, Sep 21, 2010 at 6:00 PM, james ---

Re: [twitter-dev] Problem with my curl remote app

2010-09-22 Thread Tom van der Woerdt
http://dev.twitter.com, big blue bar at the bottom of the screen? http://dev.twitter.com/announcements Tom PS: Have you been living under a rock? Every major tech blog announced it... (And sorry if I am rude) On 9/22/10 4:52 PM, Daniel Contarini wrote: This code have been working perfectly

[twitter-dev] Re: Perl Net::Twitter and oAuth

2010-09-22 Thread sftriman
Hey, that was great! I was just missing the access key and secret, I think. I was working with callback code, which all along I thought I didn't really need. So the example you sent was perfect. When I run an update, I get this error: HTTP::Message content not bytes at

[twitter-dev] Re: Status Updates

2010-09-22 Thread Goran Popovic
I've decided to stop sending this messages ...It's not worth of risk! Thanks everybody for your replies. Goran Popovic -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker:

[twitter-dev] NET::Twitter::Lite

2010-09-22 Thread Darren
I'm using Perl with NET::Twitter::Lite to send messages to an account on Twitter which works fine from the command line but as soon as I put it inside a CRONTAB it won't work at all. I've got all the paths correct for a script within a crontab, it just seems to fail at the point it tries to send

[twitter-dev] Re: Problem with my curl remote app

2010-09-22 Thread Daniel Contarini
I'm not living under a rock, but almost it :/ Can you help me answer what i need to change , because i'm reading everything about oauth and i'm still lost :/ On 22 set, 12:03, Tom van der Woerdt i...@tvdw.eu wrote: http://dev.twitter.com, big blue bar at the bottom of the screen?

Re: [twitter-dev] Re: Problem with my curl remote app

2010-09-22 Thread Abraham Williams
This should be all you need: http://gist.github.com/592098 Abraham - Abraham Williams | Hacker Advocate | http://abrah.am @abraham | http://projects.abrah.am | http://blog.abrah.am This email is: [ ] shareable [x] ask first [ ] private. On Wed, Sep 22, 2010 at 10:10, Daniel

[twitter-dev] Re: Problem with my curl remote app

2010-09-22 Thread Daniel Contarini
I think this is what i need, but i'm getting trouble with this error : Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in twitteroauth.php On 22 set, 14:18, Abraham Williams 4bra...@gmail.com wrote: This should be all you

Re: [twitter-dev] Re: Problem with my curl remote app

2010-09-22 Thread Abraham Williams
What line is that error occurring on? Abraham - Abraham Williams | Hacker Advocate | http://abrah.am @abraham | http://projects.abrah.am | http://blog.abrah.am This email is: [ ] shareable [x] ask first [ ] private. On Wed, Sep 22, 2010 at 10:54, Daniel Contarini

[twitter-dev] Re: Problem with my curl remote app

2010-09-22 Thread Daniel Contarini
Line 21 On 22 set, 15:19, Abraham Williams 4bra...@gmail.com wrote: What line is that error occurring on? Abraham - Abraham Williams | Hacker Advocate |http://abrah.am @abraham |http://projects.abrah.am|http://blog.abrah.am This email is: [ ] shareable [x] ask first [ ]

Re: [twitter-dev] Re: Problem with my curl remote app

2010-09-22 Thread Abraham Williams
You would not happen to be running PHP4 would you? Abraham - Abraham Williams | Hacker Advocate | http://abrah.am @abraham | http://projects.abrah.am | http://blog.abrah.am This email is: [ ] shareable [x] ask first [ ] private. On Wed, Sep 22, 2010 at 11:38, Daniel Contarini

[twitter-dev] Geotagged tweets not appearing in search

2010-09-22 Thread Roberto Estrada
Hi, I was searching over this group and the internet and haven't found an answer to my question. I'm developing an app that posts geotagged tweets to Twitter via the API (via twitter4j) and now I'm testing it. The geotagged tweets are nicely displayed on the website, with all of the location info

[twitter-dev] Suggestion : Increasing the replies count (Separating Status updates and replies)

2010-09-22 Thread Ramanean
As all of you know users are allowed only 1000 updates in a day(including replies). With more than 145 million people as users there are going to be calls for increasing the status update limit. So instead of increasing the limit ,Twitter can simply allow accounts to send unlimited replies to

Re: [twitter-dev] Re: Problem with my curl remote app

2010-09-22 Thread Tom van der Woerdt
You'd have to remove all the PHP5 specific code. Really, you should upgrade :-) Tom On 9/22/10 9:58 PM, Daniel Contarini wrote: Damn, i'm running this php - 4.4.7. There is a way to post into twtiter with php 4 or i need to upgrade to php 5+ ? On 22 set, 15:48, Abraham Williams

[twitter-dev] #newtwitter and the API

2010-09-22 Thread Matt Harris
Hey Everyone, Last week we announced #newtwitter, the new twitter.com built on top of the Twitter API. For the Platform team in particular, this was an important event. With #newtwitter using the API all users will become API consumers, providing valuable feedback about issues they encounter,

[twitter-dev] How do I get the id of the last status update?

2010-09-22 Thread Polskaya
Hi all, I got a bit stuck I'm afraid. I have a single user application. Using the code below, I can post a status update. However, I would like to receive the id of that last update. include('oAuth/twitteroauth.php'); define(CONSUMER_KEY, ***); define(CONSUMER_SECRET, ***); define(OAUTH_TOKEN,

[twitter-dev] Re: #newtwitter and the API

2010-09-22 Thread EastSideDev
As app developers, do we need to re-register for the new #newtwitter? -- 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/list Change your

Re: [twitter-dev] Re: #newtwitter and the API

2010-09-22 Thread Taylor Singletary
Hi EastSideDev, #newtwitter is being rolled out gradually to all users; it's not really possible to predict when you'll receive it, though we're adding new users every day. You don't need to re-register your apps, your account, or anything else to be granted access. Some day, at some time, you'll

[twitter-dev] Re: #newtwitter and the API

2010-09-22 Thread themattharris
No new registration is needed, #newtwitter is being rolled out gradually and at random. For the API, only the related_results method requires you to have access to #newtwitter. Hope that helps, @themattharris On Sep 22, 2:22 pm, EastSideDev eastside...@gmail.com wrote: As app developers, do we

[twitter-dev] Re: How do I get the id of the last status update?

2010-09-22 Thread Polskaya
Thank you Abraham for your swift reply! This is the code I use now: $status = $connection-post('statuses/update', array('status' = 'mmmdedju')); $status-id; echo $status; I get error Catchable fatal error: Object of class stdClass could not be converted to string in

[twitter-dev] Re: #newtwitter and the API

2010-09-22 Thread Dewald Pretorius
Is the URL format http://twitter.com/themattharris earmarked to be phased out at some point in the medium future? In many places in my app the @username is linked to http://twitter.com/username and I will have to modify all those URLs to http://twitter.com/#!/username if the old

Re: [twitter-dev] #newtwitter and the API

2010-09-22 Thread M. Edward (Ed) Borasky
Thanks!! A somewhat philosophical question, with some practical overtones. I've got a blog (self-hosted WordPress) and a LinkedIn profile and, of course, a Twitter account. With #newtwitter, I'm beginning to think I can ditch the blog and replace it with my Twitter page - my microblog, as

[twitter-dev] Re: How do I get the id of the last status update?

2010-09-22 Thread Polskaya
My fault! I should have done print $status-id; not print $status Thanks again for your help Abraham! On 22 sep, 23:52, Polskaya polsk...@gmail.com wrote: Thank you Abraham for your swift reply! This is the code I use now: $status = $connection-post('statuses/update', array('status' =

[twitter-dev] Re: #newtwitter and the API

2010-09-22 Thread Robert McGovern
Regarding: On Sep 22, 10:06 pm, Matt Harris thematthar...@twitter.com wrote: important event. With #newtwitter using the API all users will become API consumers, providing valuable feedback about issues they encounter, helping us isolate and fix problems that are found. I presume this doesn't

Re: [twitter-dev] Re: How do I get the id of the last status update?

2010-09-22 Thread Abraham Williams
$status is an object which contains a parameter of id. So you to echo the id you need to do: echo $status-id; Abraham -- Evobots configured this transmission while traveling at 50 billion times the speed of light. On Sep 22, 2010 2:52 PM, Polskaya polsk...@gmail.com wrote: Thank you Abraham

Re: [twitter-dev] Re: #newtwitter and the API

2010-09-22 Thread Tom van der Woerdt
Which makes me wonder: does the API limit apply to the web version? ^^ Tom On Sep 22, 2010, at 11:55 PM, Robert McGovern robert.mcgov...@gmail.com wrote: Regarding: On Sep 22, 10:06 pm, Matt Harris thematthar...@twitter.com wrote: important event. With #newtwitter using the API all users

[twitter-dev] Check if I have gardenhose or spritzer access

2010-09-22 Thread Lucas Vickers
Hello, How can I check if my login has spritzer or gardenhose access? Also, if I have spritzer and would like gardenhose, who should I contact? Regards, Lucas -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi

Re: [twitter-dev] Check if I have gardenhose or spritzer access

2010-09-22 Thread John Kalucki
Until Snowflake comes out, and IDs become non-sequential, look at the status id and figure your rough sample percentage. Once Snowflake comes out, this will be somewhat more difficult. -John On Wed, Sep 22, 2010 at 4:10 PM, Lucas Vickers lucasvick...@gmail.comwrote: Hello, How can I check

[twitter-dev] lookupUsers hangs

2010-09-22 Thread Matthew Turland
I'm making unauthenticated calls to getFollowerIDs(), then storing a segment of that return value in an integer array (of 100 user IDs or less) and passing that array to lookupUsers(). My program simply hangs at that point. Enabling twitter4j.debug does show output for the getFollowerIDs() call,

[twitter-dev] twitter oAuth 401 Unauthorizd error

2010-09-22 Thread bill
I have been working on a 401 error from twitter oAuth, but I have no clue. Please see if you can help me Thanks Log === debug: token is now: debug: token_secret is now: debug: Getting request token from http://twitter.com/oauth/request_token debug: callback: debug: signing request with:

[twitter-dev] Re: lookupUsers hangs

2010-09-22 Thread Matthew Turland
Didn't notice this list was for general Twitter development. Clarification: I'm using the twitter4j Java Twitter client library from http://twitter4j.org. -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi

[twitter-dev] what is the url and parameter of tweet in c++(liboauth)?

2010-09-22 Thread 玉柱九天
what is the url and parameters of tweet in c++(liboauth)? i want to code the fuction of tweet in c++ and base on the api liboauth. but don't know tahat is the POST url and parameters? -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter:

Re: [twitter-dev] what is the url and parameter of tweet in c++(liboauth)?

2010-09-22 Thread Matt Harris
Hi, We document the methods of the API on http://dev.twitter.com.doc . The method used to send a Tweet is called statuses/update and is documented on this URL: http://dev.twitter.com/doc/post/statuses/update Hope that helps, @themattharris 2010/9/22 玉柱九天 yuzhujiut...@gmail.com: what is the

[twitter-dev] Re: xAuth problem

2010-09-22 Thread privatejava
I 'm suprised..today when I came to compile my all classfile and changed my library of twitter api to new version. Also as you said i changed date first to Jan 01 2010 and again at Sept 22 the xAuth worked fine without any exception. Can you tell me what is happening on me.. I don't know how it

[twitter-dev] Re: Please help: Easy way to do Oauth/xAuth from VBA?

2010-09-22 Thread Quotefall Puzzle
You can try to look into SuperTweet (www.supertweet.com). You register with them as a proxy. Once you do that, you adjust your own script to include your proxy in the script statement, and they convert the script to a valid OAuth command. There are limitations. For instance, you can only have one

Re: [twitter-dev] what is the url and parameter of tweet in c++(liboauth)?

2010-09-22 Thread Dwi Sasongko Supriyadi
2010/9/23 玉柱九天 yuzhujiut...@gmail.com: what is the url and parameters of tweet in c++(liboauth)? i want to code the fuction of tweet in c++ and base on the api liboauth. but don't know tahat is the POST url and parameters? This probably helps http://github.com/gregkh/bti The latest release

[twitter-dev] Using Twurl to Update Profile Image

2010-09-22 Thread William K.
Has anyone been successful in using Twurl to update a user profile image? Pre oAuth, I previously had a curl script: curl -u {UserName}:{Password} --header 'Expect: ' -F image='@{FilePath}' http://api.twitter.com/1/account/update_profile_image.xml; Twurl doesn't like using -F, but not sure how

Re: [twitter-dev] twitter oAuth 401 Unauthorizd error

2010-09-22 Thread Tom van der Woerdt
There's an oauth_callback in your Base String but not in your POST/Authorization header. Tom On 9/23/10 3:00 AM, bill wrote: I have been working on a 401 error from twitter oAuth, but I have no clue. Please see if you can help me Thanks Log === debug: token is now: debug: