[twitter-dev] How is the newTwitter getting Replies to this Tweet?

2010-09-20 Thread Vega
I have heard the new Twitter only uses the api to display information
if so how does it get Replies to this Tweet?

Cheers,

Edgardo

-- 
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?hl=en


[twitter-dev] Re: How is the newTwitter getting Replies to this Tweet?

2010-09-20 Thread Vega
Wow! Thanks to Abraham and Taylor for the quick replies. I will
cautiously try the new api.

Cheers,

Edgardo

On Sep 20, 7:05 pm, Taylor Singletary taylorsinglet...@twitter.com
wrote:
 Outstanding. I hadn't even realized this particular API was being made use
 of yet here.

 This, and a number of other interesting new APIs are being documented and
 readied for wider use now. Any little fun bits you find in advance are fair
 game, but until they are documented their behavior, response, and
 availability may fluctuate wildly. Keep in mind that #newtwitter's
 availability is being gradually rolled out primarily in respect to
 scalability, performance  monitoring -- this is also true of the newer
 APIs. Until they are announced, please keep any usage of undocumented APIs
 cautiously low.

 Taylor

 On Mon, Sep 20, 2010 at 3:55 PM, Abraham Williams 4bra...@gmail.com wrote:
  The related_results/show/status_id method is returning replies to a
  status_id.

  Screenshot in the new UI:http://www.flickr.com/photos/4braham/5009432215/

  API call:
 http://app.apigee.com/console/apigee-console-snapshots-128331720_...

  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 Mon, Sep 20, 2010 at 15:30, Taylor Singletary 
  taylorsinglet...@twitter.com wrote:

  Hi Vega,

  #newtwitter uses the same API pattern available to all developers for
  this. When a status contains an in_reply_to_status_id field, then it is
  considered a reply to a preceding status, which is then fetched by
  requesting the particular status referenced by in_reply_to_status_id.

  This is why you'll see that the implementation in #newtwitter doesn't list
  *replies to* the current status, but instead the original status that
  sparked the reply-to. These can be chained but in many cases can never show
  the whole picture easily.

  It would great if we had a statuses/:id/replies method to return all
  statuses that reference the original status -- would be very useful in this
  context.

  Taylor

  On Mon, Sep 20, 2010 at 2:33 PM, Vega edgardo.v...@gmail.com wrote:
   I have heard the new Twitter only uses the api to display information
   if so how does it get Replies to this Tweet?

   Cheers,

   Edgardo

   --
   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?hl=en

   --
  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?hl=en

   --
  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?hl=en

-- 
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?hl=en


[twitter-dev] Re: How is the newTwitter getting Replies to this Tweet?

2010-09-20 Thread Vega
I guess unless you are allowed into the new twitter you account
doesn't have access to this API. I am getting a 401 unauthorized
currently.

On Sep 20, 9:37 pm, Vega edgardo.v...@gmail.com wrote:
 Wow! Thanks to Abraham and Taylor for the quick replies. I will
 cautiously try the new api.

 Cheers,

 Edgardo

 On Sep 20, 7:05 pm, Taylor Singletary taylorsinglet...@twitter.com
 wrote:

  Outstanding. I hadn't even realized this particular API was being made use
  of yet here.

  This, and a number of other interesting new APIs are being documented and
  readied for wider use now. Any little fun bits you find in advance are fair
  game, but until they are documented their behavior, response, and
  availability may fluctuate wildly. Keep in mind that #newtwitter's
  availability is being gradually rolled out primarily in respect to
  scalability, performance  monitoring -- this is also true of the newer
  APIs. Until they are announced, please keep any usage of undocumented APIs
  cautiously low.

  Taylor

  On Mon, Sep 20, 2010 at 3:55 PM, Abraham Williams 4bra...@gmail.com wrote:
   The related_results/show/status_id method is returning replies to a
   status_id.

   Screenshot in the new UI:http://www.flickr.com/photos/4braham/5009432215/

   API call:
  http://app.apigee.com/console/apigee-console-snapshots-128331720_...

   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 Mon, Sep 20, 2010 at 15:30, Taylor Singletary 
   taylorsinglet...@twitter.com wrote:

   Hi Vega,

   #newtwitter uses the same API pattern available to all developers for
   this. When a status contains an in_reply_to_status_id field, then it is
   considered a reply to a preceding status, which is then fetched by
   requesting the particular status referenced by in_reply_to_status_id.

   This is why you'll see that the implementation in #newtwitter doesn't 
   list
   *replies to* the current status, but instead the original status that
   sparked the reply-to. These can be chained but in many cases can never 
   show
   the whole picture easily.

   It would great if we had a statuses/:id/replies method to return all
   statuses that reference the original status -- would be very useful in 
   this
   context.

   Taylor

   On Mon, Sep 20, 2010 at 2:33 PM, Vega edgardo.v...@gmail.com wrote:
I have heard the new Twitter only uses the api to display information
if so how does it get Replies to this Tweet?

Cheers,

Edgardo

--
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?hl=en

    --
   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?hl=en

    --
   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?hl=en

-- 
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?hl=en


[twitter-dev] Friends and Followers Resources for Protected Accounts

2010-09-09 Thread Vega
Going through the website. I was able to jump from a list to a users
page. Even though the user is protected I can see their followers and
who they are following. If I use the api against that user to get the
users follower ids I get:
The remote server returned an error: (401) Unauthorized. Here is the
documentation for the endpoint I am using, 
http://dev.twitter.com/doc/get/followers/ids.

Seems like an inconsistency between the website and the api. I just
want to verify that is excepted result from the api.

Thanks for any help ahead of time.

-- 
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?hl=en


[twitter-dev] Introduce myself

2010-04-19 Thread Rodrigo Vega
Hi:

My name is Rodrigo Vega, I am from México city and... I am a master in
science. I am working as a freelance developping any kind of software,
and for this moment, over twitter API.

cheers.


-- 
Subscription settings: 
http://groups.google.com/group/twitter-development-talk/subscribe?hl=en


[twitter-dev] Re: @Anywhere + Sign in with Twitter / oAuth

2010-04-19 Thread Rodrigo Vega
One more vote +1!!!

I also think that OAuth and Anywhere has to require only and just one
only sign in for using both.


On Apr 15, 8:20 pm, YCBM youcannotb...@gmail.com wrote:
 I was just thinking about this earlier today.  We're switching one of
 our projects tooAuth, and it seems a bit cumbersome to ask the user
 to approve access to 2 different apps from the same site.  Especially
 considering theoAuthapproval screens look totally different from
 each other.

 If it isn't on the roadmap, +1 vote from me.

 On Apr 15, 6:19 am, Yousef El-Dardiry yousefdard...@gmail.com wrote:

  I'm wondering whether we can auto sign-in users of our application to
  @Anywherewhen they have already signed in with Twitter to our
  application using theoAuthAPI. It doesn't make sense from a user's
  perspective to ask the user to sign in twice. If this is not possible
  yet is it on the roadmap?

  Thanks,

 --
 Subscription 
 settings:http://groups.google.com/group/twitter-development-talk/subscribe?hl=en


[twitter-dev] Re: Introduce yourself!

2010-04-19 Thread Rodrigo Vega
My name is Rodrigo Vega, I have a master in science, I am a freelance
and for now, I am developping a widget in WP that uses the twitter
API.

cheers

On Feb 19, 3:20 pm, Abraham Williams 4bra...@gmail.com wrote:
 We have not had an introductions thread in a long time (or ever that I could
 find) so I'm starting one. Don't forget to add an answer to the tools thread
 [1](Gmail link [2]) as well.

 I'm Abraham Williams, I've been working with the Twitter API and this group
 since early 2008. I do mostly freelance Drupal and Twitter API integration
 and personal projects. I love seeing the creative projects developers build
 or integrate with the API and look forward to meeting many of you at Chirp.

 TwitterOAuth [3] the first PHP library to support OAuth is built and
 maintained by me, and will hopefully see a new release soon. I also built a
 fun Chrome extension [4] that integrates common friends and followers into
 Twitter profiles.

 The feature I would most like added to the API is a conversation method to
 get replies to a specific status.

 So. Who are you, what do you do, what have you built, and what feature do
 you most want to see added?

 @Abraham

 [1]http://groups.google.com/group/twitter-development-talk/browse_thread...
 [2]https://mail.google.com/mail/#inbox/12680cd0fa59011e
 [3]https://chrome.google.com/extensions/detail/npdjhmblakdjfnnajeomfbogo...
 [4]http://code.google.com/p/twitter-api/issues/detail?id=142

 --
 Abraham Williams | Community Advocate |http://abrah.am
 Project | Out Loud |http://outloud.labs.poseurtech.com
 This email is: [ ] shareable [x] ask first [ ] private.
 Sent from Seattle, WA, United States


Re: [twitter-dev] Sending auto @mentions to followers

2010-03-29 Thread Francisco Vega
Taylor,
Thanks a lot mister, I see you here now.

Congrats,
Frank Vega

El 3/29/10 11:55 p.m., Taylor Singletary taylorsinglet...@twitter.com
escribió:

 Hi Frank,
 
 You'll want to take a look at Twitter's automation best
 practices: http://bit.ly/94rkFf
 
 The best rule of thumb when it comes to automated @replies/@mentions is the
 following:
 
 1) The users you @mention should be following the account that is automating
 the tweets
 2) The users should have followed the user doing the @mentioning with a clear
 understanding that by following the user they would receive automated
 @mentions.
 
 No one should receive an automated @mention without clearly opting in to the
 @mentioner.
 
 Happy to answer any further questions you may have.
 
 Taylor Singletary
 Developer Advocate, Twitter
 http://twitter.com/episod
 
 
 On Mon, Mar 29, 2010 at 3:46 PM, vegapanama vegapan...@gmail.com wrote:
 Hi there,
 I would like to know if its possible to send auto messages in the form
 of @ mentions to my followers timeline.
 
 Thanks,
 Frank
 
 To unsubscribe from this group, send email to
 twitter-development-talk+unsubscribegooglegroups.com
 http://unsubscribegooglegroups.com  or reply to this email with the words
 REMOVE ME as the subject.
 
 
 To unsubscribe from this group, send email to
 twitter-development-talk+unsubscribegooglegroups.com or reply to this email
 with the words REMOVE ME as the subject.
 

To unsubscribe from this group, send email to 
twitter-development-talk+unsubscribegooglegroups.com or reply to this email 
with the words REMOVE ME as the subject.