[twitter-dev] Re: Twitter is over capacity. when I try to delete an application

2011-01-21 Thread FPN
Matt,

Thanks for the speedy reply. I simply renamed my app as the document
suggested which resolved my immediate problem. Thanks a lot.

Frank P. Newman

On Jan 20, 3:04 pm, Matt Harris thematthar...@twitter.com wrote:
 We've documented this known issue on our support page and included some
 guidance on what to do whilst we isolate the problem.

 http://support.twitter.com/articles/404470-i-can-t-delete-an-applicat...

 Best
 @themattharris
 Developer Advocate, Twitterhttp://twitter.com/themattharris

 On Thu, Jan 20, 2011 at 11:57 AM, FPN fpnew...@gmail.com wrote:
  I'm having the same problem. Did this bug get resolved?

  Thanks in advance ... Frank

  On Jan 3, 6:50 pm, Matt Harris thematthar...@twitter.com wrote:
   Hi Aaron,

   The engineers are aware of this error and are looking into it but if you
   would like to file a bug we'll update that when the issue is resolved.
  You
   can file a bug report through our public issue tracker here:
      http://code.google.com/p/twitter-api/issues/list

   Best,
   @themattharris
   Developer Advocate, Twitterhttp://twitter.com/themattharris

   On Mon, Jan 3, 2011 at 11:37 AM, Aaron Lee wwkeybo...@gmail.com wrote:
When I try to delete an application from
   http://dev.twitter.com/apps/edit/#{app's
 http://dev.twitter.com/apps/edit/#%7Bapp'sid} I get the fail whale. This
  error has occurred since Saturday night, it's
not a show stopper for me, just wanted to point it out. Is there a
  better
place to file bug reports than to this mailing list?

Aaron Lee

--
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 membership to this group:
   http://groups.google.com/group/twitter-development-talk

  --
  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 membership to this group:
 http://groups.google.com/group/twitter-development-talk

-- 
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 membership to this group: 
http://groups.google.com/group/twitter-development-talk


[twitter-dev] Sending Tweets using 0Auth - beginner question

2011-01-21 Thread shamm
Hi,

I am an absolute beginner here. I need to send tweets through a PHP
web interface. It seems in the new twitter we should use 0Auth for
authentication, i Googled and got loads of articles that explains
these. yet i am still unclear to code this. Is there any easy to
understand sample code (that could at least only send Tweets), so i
could read and understand what's going on.

Please help !

-- 
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 membership to this group: 
http://groups.google.com/group/twitter-development-talk


Re: [twitter-dev] Sending Tweets using 0Auth - beginner question

2011-01-21 Thread Adam Green
If you only need to send tweets to a single Twitter account, you can try
this PHP code, which uses Matt Harris's OAuth library:
http://140dev.com/twitter-api-programming-tutorials/hello-twitter-oauth-php/

If you need a more advanced solution that tweets to multiple accounts where
the users log into your site first, you can take a look at Abraham's
library:
https://github.com/abraham/twitteroauth


On Fri, Jan 21, 2011 at 10:16 AM, shamm shaena...@gmail.com wrote:

 Hi,

 I am an absolute beginner here. I need to send tweets through a PHP
 web interface. It seems in the new twitter we should use 0Auth for
 authentication, i Googled and got loads of articles that explains
 these. yet i am still unclear to code this. Is there any easy to
 understand sample code (that could at least only send Tweets), so i
 could read and understand what's going on.

 Please help !

 --
 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 membership to this group:
 http://groups.google.com/group/twitter-development-talk




-- 
Adam Green
Twitter API Consultant and Trainer
http://140dev.com
@140dev

-- 
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 membership to this group: 
http://groups.google.com/group/twitter-development-talk


[twitter-dev] [PHP] Automatic tweets from a site?

2011-01-21 Thread juri
Hello there,
i am wondering if it's possible to send automatically tweets from a
predefined account with PHP.

Basically i have a site in which users create content and i'd like to
automatically tweet from the site's account like user xxx just made
content yyy, check it out at urlurl whenever something new is
created..

I couldn't find anything similar online, but many oauth tutorials that
actually aren't what i need (my login credentials have to be unknown
to the users, of course).

is it possible? xAuth might be the way?

-- 
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 membership to this group: 
http://groups.google.com/group/twitter-development-talk


Re: [twitter-dev] [PHP] Automatic tweets from a site?

2011-01-21 Thread Abraham Williams
It is very easy using https://github.com/abraham/twitteroauth and this
example script https://gist.github.com/564882

Abraham
-
Abraham Williams | Hacker Advocate | abrah.am
@abraham https://twitter.com/abraham | github.com/abraham | blog.abrah.am
This email is: [ ] shareable [x] ask first [ ] private.



On Fri, Jan 21, 2011 at 08:00, juri juri.pe...@gmail.com wrote:

 Hello there,
 i am wondering if it's possible to send automatically tweets from a
 predefined account with PHP.

 Basically i have a site in which users create content and i'd like to
 automatically tweet from the site's account like user xxx just made
 content yyy, check it out at urlurl whenever something new is
 created..

 I couldn't find anything similar online, but many oauth tutorials that
 actually aren't what i need (my login credentials have to be unknown
 to the users, of course).

 is it possible? xAuth might be the way?

 --
 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 membership to this group:
 http://groups.google.com/group/twitter-development-talk


-- 
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 membership to this group: 
http://groups.google.com/group/twitter-development-talk


Re: [twitter-dev] [PHP] Automatic tweets from a site?

2011-01-21 Thread Knutsford Software


- Original Message - 
From: juri juri.pe...@gmail.com

To: Twitter Development Talk twitter-development-talk@googlegroups.com
Sent: Friday, January 21, 2011 4:00 PM
Subject: [twitter-dev] [PHP] Automatic tweets from a site?



Hello there,
i am wondering if it's possible to send automatically tweets from a
predefined account with PHP.

Basically i have a site in which users create content and i'd like to
automatically tweet from the site's account like user xxx just made
content yyy, check it out at urlurl whenever something new is
created..

I couldn't find anything similar online, but many oauth tutorials that
actually aren't what i need (my login credentials have to be unknown
to the users, of course).

is it possible? xAuth might be the way?






Yep it is. I have done it



include 'lib/EpiCurl.php';
include 'lib/EpiOAuth.php';
include 'lib/EpiTwitter.php';
include 'lib/secret.php';



$twitterObj = new EpiTwitter($consumer_key, $consumer_secret, $oauth_token, 
$oauth_token_secret);

$twitter_message = utf8_encode($twitter_message);

$x = $twitterObj-post_statusesUpdate(array('status' = $twitter_message));

if ($x-id) {

} else {
 if ($x-response[error]  Status is a duplicate.) {
  echo Error Posting Tweet -  . $x-response[error];
  die();
 }
}


secret.php' contains

?php
   $consumer_key = ' Whatever the key is ';
   $consumer_secret = 'Whatever the secret is';
   $oauth_token = Whatever the token is;
   $oauth_token_secret = Whatever the token secret is is;
?





Pam 


--
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 membership to this group: 
http://groups.google.com/group/twitter-development-talk


[twitter-dev] Re: [PHP] Automatic tweets from a site?

2011-01-21 Thread juri
thank you very much for your attention, i'm such a noob i thought
tokens would expire :|

On 21 Gen, 17:31, Knutsford Software i...@knutsford-software.co.uk
wrote:
 - Original Message -
 From: juri juri.pe...@gmail.com
 To: Twitter Development Talk twitter-development-talk@googlegroups.com
 Sent: Friday, January 21, 2011 4:00 PM
 Subject: [twitter-dev] [PHP] Automatic tweets from a site?

  Hello there,
  i am wondering if it's possible to send automatically tweets from a
  predefined account with PHP.

  Basically i have a site in which users create content and i'd like to
  automatically tweet from the site's account like user xxx just made
  content yyy, check it out at urlurl whenever something new is
  created..

  I couldn't find anything similar online, but many oauth tutorials that
  actually aren't what i need (my login credentials have to be unknown
  to the users, of course).

  is it possible? xAuth might be the way?

 Yep it is. I have done it

 include 'lib/EpiCurl.php';
 include 'lib/EpiOAuth.php';
 include 'lib/EpiTwitter.php';
 include 'lib/secret.php';

 $twitterObj = new EpiTwitter($consumer_key, $consumer_secret, $oauth_token,
 $oauth_token_secret);
  $twitter_message = utf8_encode($twitter_message);

  $x = $twitterObj-post_statusesUpdate(array('status' = $twitter_message));

  if ($x-id) {

  } else {
       if ($x-response[error]  Status is a duplicate.) {
            echo Error Posting Tweet -  . $x-response[error];
            die();
       }
  }

 secret.php' contains

 ?php
     $consumer_key = ' Whatever the key is ';
     $consumer_secret = 'Whatever the secret is';
     $oauth_token = Whatever the token is;
     $oauth_token_secret = Whatever the token secret is is;
 ?

 Pam

-- 
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 membership to this group: 
http://groups.google.com/group/twitter-development-talk


[twitter-dev] Re: Sending Tweets using 0Auth - beginner question

2011-01-21 Thread shamm
Thank you for your post, i have a question,

Why does Posting... Response code: 401  get displayed even after i
display the correct information asked in the post_tweet.php page;

  $connection = new tmhOAuth(array(
'consumer_key' = 'xg',
'consumer_secret' = 'x',
'user_token' = '2x-
SYx',
'user_secret' = 'xWiVkvBJcGA',
  ));

Any idea why this is hapenning ?

On Jan 21, 8:28 pm, Adam Green 140...@gmail.com wrote:
 If you only need to send tweets to a single Twitter account, you can try
 this PHP code, which uses Matt Harris's OAuth 
 library:http://140dev.com/twitter-api-programming-tutorials/hello-twitter-oau...

 If you need a more advanced solution that tweets to multiple accounts where
 the users log into your site first, you can take a look at Abraham's
 library:https://github.com/abraham/twitteroauth









 On Fri, Jan 21, 2011 at 10:16 AM, shamm shaena...@gmail.com wrote:
  Hi,

  I am an absolute beginner here. I need to send tweets through a PHP
  web interface. It seems in the new twitter we should use 0Auth for
  authentication, i Googled and got loads of articles that explains
  these. yet i am still unclear to code this. Is there any easy to
  understand sample code (that could at least only send Tweets), so i
  could read and understand what's going on.

  Please help !

  --
  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 membership to this group:
 http://groups.google.com/group/twitter-development-talk

 --
 Adam Green
 Twitter API Consultant and Trainerhttp://140dev.com
 @140dev

-- 
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 membership to this group: 
http://groups.google.com/group/twitter-development-talk


Re: [twitter-dev] Re: Sending Tweets using 0Auth - beginner question

2011-01-21 Thread Adam Green
Check the application details in your Dev.twitter.com account. The app needs
to be set to read and write access.

On Fri, Jan 21, 2011 at 11:57 AM, shamm shaena...@gmail.com wrote:

 Thank you for your post, i have a question,

 Why does Posting... Response code: 401  get displayed even after i
 display the correct information asked in the post_tweet.php page;

  $connection = new tmhOAuth(array(
'consumer_key' = 'xg',
'consumer_secret' = 'x',
'user_token' = '2x-
 SYx',
'user_secret' = 'xWiVkvBJcGA',
  ));

 Any idea why this is hapenning ?

 On Jan 21, 8:28 pm, Adam Green 140...@gmail.com wrote:
  If you only need to send tweets to a single Twitter account, you can try
  this PHP code, which uses Matt Harris's OAuth library:
 http://140dev.com/twitter-api-programming-tutorials/hello-twitter-oau...
 
  If you need a more advanced solution that tweets to multiple accounts
 where
  the users log into your site first, you can take a look at Abraham's
  library:https://github.com/abraham/twitteroauth
 
 
 
 
 
 
 
 
 
  On Fri, Jan 21, 2011 at 10:16 AM, shamm shaena...@gmail.com wrote:
   Hi,
 
   I am an absolute beginner here. I need to send tweets through a PHP
   web interface. It seems in the new twitter we should use 0Auth for
   authentication, i Googled and got loads of articles that explains
   these. yet i am still unclear to code this. Is there any easy to
   understand sample code (that could at least only send Tweets), so i
   could read and understand what's going on.
 
   Please help !
 
   --
   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 membership to this group:
  http://groups.google.com/group/twitter-development-talk
 
  --
  Adam Green
  Twitter API Consultant and Trainerhttp://140dev.com
  @140dev

 --
 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 membership to this group:
 http://groups.google.com/group/twitter-development-talk




-- 
Adam Green
Twitter API Consultant and Trainer
http://140dev.com
@140dev

-- 
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 membership to this group: 
http://groups.google.com/group/twitter-development-talk


[twitter-dev] Re: in_reply_to_status_id different from in_reply_to_status_id_str

2011-01-21 Thread Aaron
I am seeing this well w/ JSON. In fact, it's not just the
in_reply_to_status_id_str, but also id  id_str don't agree!

Example tweet: 28480100643110912

Would love to talk to the twitter team to help solve this as it's a
doozy for my particular app

- Aaron
  @aaronwhite

On Dec 1 2010, 3:36 am, Matt Harris thematthar...@twitter.com wrote:
 This is unexpected. Can you provide us with some sample Tweet IDs where
 those fields are different so we can investigate further.

 Best,
 @themattharris
 Developer Advocate, Twitterhttp://twitter.com/themattharris







 On Wed, Dec 1, 2010 at 12:18 AM, shunjie shin...@gmail.com wrote:
  Hi guys,

  I saw that sometimes in_reply_to_status_id  is different from
  in_reply_to_status_id_str in JSON returned. This only happens recently
  (should be after the 53bit roll out).

  Do anyone else encounter the issue ?

  --
  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 membership to this group:
 http://groups.google.com/group/twitter-development-talk

-- 
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 membership to this group: 
http://groups.google.com/group/twitter-development-talk


Re: [twitter-dev] Re: in_reply_to_status_id different from in_reply_to_status_id_str

2011-01-21 Thread Matt Harris
Hey Aaaron,

When I call this Tweet the values are correct. Can you paste the entire
Tweet object as you receive it, and confirm your code isn't processing the
integer before displaying it to you.

twurl
/1/statuses/show.json?id=28480100643110912\include_entities=1\trim_user=1
{
  coordinates: null,
  created_at: Fri Jan 21 15:52:39 + 2011,
  favorited: false,
  truncated: false,
  id_str: 28480100643110912,
  in_reply_to_user_id_str: 774675,
  entities: {
urls: [

],
hashtags: [
  {
text: hilowf,
indices: [
  100,
  107
]
  }
],
user_mentions: [
  {
name: Steve Garfield,
id_str: 774675,
id: 774675,
indices: [
  0,
  14
],
screen_name: stevegarfield
  }
]
  },
  text: @stevegarfield sure. Def answr the questions now but go dir 2 the
community same time - tell  show #hilowf,
  annotations: null,
  contributors: null,
  id: 28480100643110912,
  retweet_count: 0,
  in_reply_to_status_id_str: 28478713205096449,
  geo: null,
  retweeted: false,
  in_reply_to_user_id: 774675,
  user: {
id_str: 15010685,
id: 15010685
  },
  in_reply_to_screen_name: stevegarfield,
  source: a href=\http://www.tweetdeck.com\;
rel=\nofollow\TweetDeck/a,
  place: null,
  in_reply_to_status_id: 28478713205096449
}

Best,
@themattharris
Developer Advocate, Twitter
http://twitter.com/themattharris


On Fri, Jan 21, 2011 at 9:08 AM, Aaron wyrmw...@gmail.com wrote:

 I am seeing this well w/ JSON. In fact, it's not just the
 in_reply_to_status_id_str, but also id  id_str don't agree!

 Example tweet: 28480100643110912

 Would love to talk to the twitter team to help solve this as it's a
 doozy for my particular app

 - Aaron
  @aaronwhite

 On Dec 1 2010, 3:36 am, Matt Harris thematthar...@twitter.com wrote:
  This is unexpected. Can you provide us with some sample Tweet IDs where
  those fields are different so we can investigate further.
 
  Best,
  @themattharris
  Developer Advocate, Twitterhttp://twitter.com/themattharris
 
 
 
 
 
 
 
  On Wed, Dec 1, 2010 at 12:18 AM, shunjie shin...@gmail.com wrote:
   Hi guys,
 
   I saw that sometimes in_reply_to_status_id  is different from
   in_reply_to_status_id_str in JSON returned. This only happens recently
   (should be after the 53bit roll out).
 
   Do anyone else encounter the issue ?
 
   --
   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 membership to this group:
  http://groups.google.com/group/twitter-development-talk

 --
 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 membership to this group:
 http://groups.google.com/group/twitter-development-talk


-- 
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 membership to this group: 
http://groups.google.com/group/twitter-development-talk


[twitter-dev] Location-based search is returning tweets that should not be included (again)

2011-01-21 Thread @IDisposable
In response to this query:
http://search.twitter.com/search.atom?rpp=100geocode=38.627522%2C-90.19841%2C30misince_id=28525950136229890
I get tweets like this: 
http://api.twitter.com/1/statuses/show/28525953676218368.json

We're talking about a location search for St. Louis MO, radius of 30
miles. We're getting a guy from Jeffersonian, but timezone is
Madrid.

Any ideas where this wire got crossed, when we can get it uncrossed,
or what the long-term viability of location based searches are?

Marc Brooks
http://stltweets.com

-- 
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 membership to this group: 
http://groups.google.com/group/twitter-development-talk


[twitter-dev] Re: Search for terms ignoring punctuation have stopped working properly

2011-01-21 Thread Niv
Hi Taylor,

When using Twitter search, the following query returns statuses with
the words ATT and Verizon, including statuses with ATT.
http://search.twitter.com/search?q=ands=att+verizon

This is the expected behavior as understood from the documentation -
exact-matched ignoring punctuation. Doesn't that mean punctuations are
removed from the terms and then exact-matched, meaning ATT would
become ATT and then matched, or are you replacing punctuation with a
whitespace, so it becomes AT T?
Anyway, this is not the case with the Streaming API - tracking att
does not return statuses with ATT (wheres twitter search does).

Using track for at,t will return all statuses with at or t in
them, not as intended.

Thanks,
Niv

On Jan 20, 7:49 pm, Taylor Singletary taylorsinglet...@twitter.com
wrote:
 Hi Niv,

 I don't believe this behavior has changed recently.

 With the Search and Streaming APIs, the following should be true:
 - ATT should match ATT - track=at%26t
 - AT and T should match ATT - track=at,t
 - ATT should/will not match ATT - track=att

 Were you seeing different behavior than this recently?

 Taylor







 On Wed, Jan 19, 2011 at 5:01 PM, Niv n...@tra.cx wrote:
  Hello.

  Until recently, searching using the Search API and the Streaming track
  filter matched terms ignoring punctuation.

  Searching for att used to match statuses containing ATT, at t,
  at.t, etc. Currently, searching for ATT Server or att server
  return different results - specifically, searching for att server
  does not return results containing the terms ATT server.

  From the Streaming API documentation:
   Terms are exact-matched, and also exact-matched ignoring punctuation. ...
  Keywords containing punctuation will only exact match tokens and, other than
  keywords prefixed by # and @, will tend to never match.

  Thanks,

  −−−
  Niv Singer, CTO ≈
  Tracx  »http://tra.cx
  Twitter » @nivs
  ‾‾‾

  --
  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 membership to this group:
 http://groups.google.com/group/twitter-development-talk

-- 
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 membership to this group: 
http://groups.google.com/group/twitter-development-talk


[twitter-dev] Is it possible to get in_replies for status id?

2011-01-21 Thread jparicka
I am using twitter python

http://python-twitter.googlecode.com/svn/trunk/twitter.py

and it seems that one can get in_replies only for a specific user,
using the api.GetReplies()

I need to pull replies for a specific tweet, using it's status ID.

Is this even possible?

Thanks!

Jan

-- 
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 membership to this group: 
http://groups.google.com/group/twitter-development-talk


Re: [twitter-dev] Location-based search is returning tweets that should not be included (again)

2011-01-21 Thread M. Edward (Ed) Borasky
On Fri, 21 Jan 2011 12:37:18 -0800 (PST), @IDisposable 
idisposa...@gmail.com wrote:

In response to this query:

http://search.twitter.com/search.atom?rpp=100geocode=38.627522%2C-90.19841%2C30misince_id=28525950136229890
I get tweets like this:
http://api.twitter.com/1/statuses/show/28525953676218368.json

We're talking about a location search for St. Louis MO, radius of 30
miles. We're getting a guy from Jeffersonian, but timezone is
Madrid.

Any ideas where this wire got crossed, when we can get it uncrossed,
or what the long-term viability of location based searches are?

Marc Brooks
http://stltweets.com


I filed an issue last year and it was closed as fixed on January 8, 
2011:


http://code.google.com/p/twitter-api/issues/detail?id=1348

I have a Perl script that will grab tweets in a 25 mile radius of 
Portland, Oregon and dump them to CSV. I haven't run it in a while, 
though, so I don't know if the results are better now than when I filed 
it. If you have something to reproduce this, maybe you should re-open 
issue 1348.


I guess given the low percentage of people who enter their actual 
location in the profile, as opposed to being from Botland or Earth 
or Hilbert Space, maybe the Search API should only return geotagged 
tweets when a geocode radius is specified, like the Streaming filter 
API does. It's that or somehow crowdsource locations, which is going 
to violate peoples' privacy if done without permission. To me it seems 
like a tradeoff between clean but very sparse data or messy but copious 
data that can be imputed or cleaned via crowdsourcing provided 
permissions can be obtained. I can't put a business case forward for 
either option from Twitter's perspective, but I think I'd prefer as a 
researcher to have Search adopt the Streaming model and only return 
geotagged tweets when a geocode parameter is specified.

--
http://twitter.com/znmeb http://borasky-research.net

A mathematician is a device for turning coffee into theorems. -- Paul 
Erdős


--
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 membership to this group: 
http://groups.google.com/group/twitter-development-talk


[twitter-dev] replies to a particular tweet?

2011-01-21 Thread Rosie Svaskova
Hello. Is there a way in the Twitter API to get the replies to a
particular tweet?

From what I understood, there isn't.

Not in an easy pragmatic way. There is an feature request in for it:

http://code.google.com/p/twitter-api/issues/detail?id=142

There are a couple of third-party websites that provide APIs but they
often miss statuses.


Please correct me if I am wrong.


Thanks

-- 
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 membership to this group: 
http://groups.google.com/group/twitter-development-talk


Re: [twitter-dev] Streaming Unfollow events through Site Streams

2011-01-21 Thread Tim Haines
David, what you're seeing is what I'm seeing too - and it's what I'd expect
to see.

On Fri, Jan 21, 2011 at 6:25 AM, David dtran...@gmail.com wrote:

 Should we be seeing unfollow events for both when our tracked user is the
 source and the target? I'm only seeing unfollow events where the tracked
 user is doing the unfollowing.

 Best,
 David

 --
 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 membership to this group:
 http://groups.google.com/group/twitter-development-talk


-- 
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 membership to this group: 
http://groups.google.com/group/twitter-development-talk


[twitter-dev] Re: Blackberry Twitter Client

2011-01-21 Thread Bess
You need a Twitter OAuth J2ME Java library to make Twitter API call.

On Jan 20, 4:05 pm, Himanshu himso...@gmail.com wrote:
 Bess, How about Blackberry Webworks? Cant it be used to make call to
 twitter API.?

 On Jan 19, 8:41 pm, Bess bess...@gmail.com wrote:

  There is ONLY ONE Twitter OAuth J2ME lib that work on BlackBerry SDK
  5. I was about to cover the Blackberry Twitter integration for the
  developer book but I am restricted to limit the chapters and page
  sizes to only iOS and Android.

  On Jan 19, 3:06 pm, Himanshu himso...@gmail.com wrote: Please suggest me 
  tutorials, reading material or forums to getting
   started with developing a Blackberry Twitter Client.

   Thnx in advance.



-- 
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 membership to this group: 
http://groups.google.com/group/twitter-development-talk