[twitter-dev] Re: retweet_count in API response seems broken since April 5th

2011-05-08 Thread ジェローム
I see... juste voted for it.

J

On 8 mai, 10:09, dlawrence douglas.t.lawre...@gmail.com wrote:
 Please vote up the existing acknowledged bug:

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

 Thanks-
 Doug

 On May 7, 3:48 am, ジェローム jeromesa...@gmail.com wrote:







  Hi,

  Is there any progress concerning the retweet_count ?

  In an application I built I used to call the retweets_of_me method
  and get the retweet_count, now when I look at the JSON answer
  displayed on this page (http://dev.twitter.com/doc/get/statuses/
  retweets_of_me) the retweet_count does not seem to appear anymore (?).
  Does this information has been removed from the API answer for this
  call (retweets_of_me) ?... That would be no luck for me...
  Any answer would be appreciate, thanks!

  On 8 avr, 21:39, tex jsen...@gmail.com wrote:

   Thanks Taylor,

   i hope it will be fixed soon :)

   best regards.

   On 7 avr, 18:47, Taylor Singletary taylorsinglet...@twitter.com
   wrote:

Hi Tex,

We're looking into this, thanks for the report.

@episod http://twitter.com/episod - Taylor Singletary

On Thu, Apr 7, 2011 at 8:57 AM, tex jsen...@gmail.com wrote:
 Hello,

 it seems that theretweet_countfor tweets in the API response is
 broken since 2 days, all the tweets i get since the April 5th are
 always returning a zero value for it.
 any clue about this ?
 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

-- 
Twitter developer documentation and resources: https://dev.twitter.com/doc
API updates via Twitter: https://twitter.com/twitterapi
Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk


[twitter-dev] Re: retweet_count in API response seems broken since April 5th

2011-05-07 Thread ジェローム
Hi,

Is there any progress concerning the retweet_count ?

In an application I built I used to call the retweets_of_me method
and get the retweet_count, now when I look at the JSON answer
displayed on this page (http://dev.twitter.com/doc/get/statuses/
retweets_of_me) the retweet_count does not seem to appear anymore (?).
Does this information has been removed from the API answer for this
call (retweets_of_me) ?... That would be no luck for me...
Any answer would be appreciate, thanks!



On 8 avr, 21:39, tex jsen...@gmail.com wrote:
 Thanks Taylor,

 i hope it will be fixed soon :)

 best regards.

 On 7 avr, 18:47, Taylor Singletary taylorsinglet...@twitter.com
 wrote:







  Hi Tex,

  We're looking into this, thanks for the report.

  @episod http://twitter.com/episod - Taylor Singletary

  On Thu, Apr 7, 2011 at 8:57 AM, tex jsen...@gmail.com wrote:
   Hello,

   it seems that theretweet_countfor tweets in the API response is
   broken since 2 days, all the tweets i get since the April 5th are
   always returning a zero value for it.
   any clue about this ?
   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

-- 
Twitter developer documentation and resources: https://dev.twitter.com/doc
API updates via Twitter: https://twitter.com/twitterapi
Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk


[twitter-dev] connection by Seesmic/Instagram iPhone Apps ?

2011-04-09 Thread ジェローム
I would like to know how iPhone Apps like Seesmic or Instagram connect
to the Twitter account. They don't use any webview. I can do an app
connecting with Oauth through a webview but how do these apps manage
the connection?

Do these apps have some special permissions/way to connect ?

-- 
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: connection by Seesmic/Instagram iPhone Apps ?

2011-04-09 Thread ジェローム
Thank you for the answer, that's what I understood (Instagram quotes
xauth under their formulars actually).

The thing is I built an OAuth provider for a service (based on the
oauth-php library) it works well for our websites on PC/iphone and
keitai (japanese handset) and we are now wanting to develop some
native iPhone apps able to connect not only with our service but also
with twitter (or/and others) for example, a la instagram. Using a
webview is of course possible but the xauth is more elegant I think
for the users in our case.

Thank you again for the answer it clarified what I thought. Now I have
to adapt my oauth provider for xauth (I already found some leads but
not so much things about that on the net yet.).



On 10 avr, 01:08, Taylor Singletary taylorsinglet...@twitter.com
wrote:
 Native mobile applications can apply for xAuth 
 access,http://dev.twitter.com/pages/xauthwhich allows an application to 
 exchange a
 login  password for an OAuth access token. Instagram  Seesmic both use
 xAuth to simplify this flow.

 Depending on how deeply your application needs to use Twitter, I would also
 recommend evaluating other options like Web 
 Intentshttp://dev.twitter.com/pages/intents

 @episod http://twitter.com/episod - Taylor Singletary

 2011/4/9 ジェローム jeromesa...@gmail.com







  I would like to know how iPhone Apps like Seesmic or Instagram connect
  to the Twitter account. They don't use any webview. I can do an app
  connecting with Oauth through a webview but how do these apps manage
  the connection?

  Do these apps have some special permissions/way to connect ?

  --
  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