[twitter-dev] Re: Error 403 while getFollowers : Twitter Iphone MGTwitterEngine

2011-07-03 Thread Echo
Thanks Matt.

You are right. Friends/ids and users/lookup can take the place of
statuses/friends. However, it will spend two API remaining number and
two response time.
Maybe implementing statuses/friends with friends/ids and users/lookup
in Twitter API side will be better?

Best regards,
Echo


On 6月24日, 上午5时56分, Matt Harris thematthar...@twitter.com wrote:
 Hi Echo,

 We haven't announced an end of life date for these methods but we wanted to
 mark them as deprecated so help developers know they are not suitable
 anymore.

 We recommend moving to the friends/ids, followers/ids and users/lookup
 pattern at your next opportunity though.

 Best,
 @themattharris https://twitter.com/intent/follow?screen_name=themattharris
 Developer Advocate, Twitter

 2011/6/21 Echo liushuang...@gmail.com







  Thanks Bill.

  statuses/followers and statuses/friends are deprecated. Is there a
  timeline in twitter to announce when will the deprecated API be
  closed? I wonder the deadline since our app is depending them .
  Thanks!

  Echo

  On 6月14日, 下午8时04分, Bill Jacobson gabe...@gmail.com wrote:
   Amit,

   Your endpoint is obsolete and no longer supported by Twitter. That's why
   you got the 403. Statuses/followers will succeed if you change it
  tohttp://api.twitter.com/1/statuses/followers.xml
   https://api.twitter.com/1/statuses/followers.xml

   BUT this API is deprecated. Read all about it here:
 http://dev.twitter.com/doc/get/statuses/followers

   Bill

   On 06/14/2011 12:38 AM, Amit Battan Ror wrote:

Bill

Working fine :https://twitter.com/statuses/friends_timeline.xml

Not Working Giving 403 Error :
 https://twitter.com/statuses/followers.xml

On Jun 14, 10:14 am, Amit Battan Rorbatta...@gmail.com  wrote:
Thanks Bill

I will check and try to track URL ..

On Jun 13, 9:07 pm, Bill Jacobsongabe...@gmail.com  wrote:

Amit, also seehttp://
 www.mailinglistarchive.com/html/twitter-development-talk@googl
That's what helped me.
-Bill
On 06/13/2011 10:44 AM, Bill Jacobson wrote:
I'm suggesting that you find out what endpoint (Twitter URL) your
  app
is targeting, and make sure that it matches what is currently
documented. If it doesn't match, correct it. That's what worked for
  me.
On 06/13/2011 08:05 AM, Amit Battan Ror wrote:
I am not getting the solution.
and my API was working fine beofre 2 3 days..
but not now..
all other API except getFollowersIncludingCurrentStatus working ok
  and
return proper output
On Jun 13, 5:53 pm, Bill Jacobsongabe...@gmail.comwrote:
Amit,
I don't know your library, but in my case the 403 was accompanied
  by
the
message Not authorized to use this endpoint and the solution was
  to
update to http://api.twitter.com/1[etc.];.
Bill Jacobson
On 06/13/2011 05:39 AM, Amit Battan Ror wrote:
any idea guys
On Jun 10, 4:33 pm, Amit Battan Rorbatta...@gmail.com
   wrote:
Hi All
I am using
Twitter-OAuth-iPhonehttps://
  github.com/bengottlieb/Twitter-OAuth-iPhone
I am calling [twitterObj getFollowersIncludingCurrentStatus:NO]
  for
getting my friend list which was working fine. But from last two
  days
its giving me the 403 error.
-- Twitter Request FD751461-39C4-4EAB-A0F7-D1ED262B19EA failed
  with
error: Error Domain=HTTP Code=403 The operation couldn t be
completed. (HTTP error 403.)
As twitter api wiki 403 is due to crossing the limit of updates
and DM
but here in getFollowersIncludingCurrentStatus Why this error
occurring and even list is not comes next day giving same 403
  error.
Thanks
Amit Battan

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


Re: [twitter-dev] Re: Error 403 while getFollowers : Twitter Iphone MGTwitterEngine

2011-06-23 Thread Matt Harris
Hi Echo,

We haven't announced an end of life date for these methods but we wanted to
mark them as deprecated so help developers know they are not suitable
anymore.

We recommend moving to the friends/ids, followers/ids and users/lookup
pattern at your next opportunity though.

Best,
@themattharris https://twitter.com/intent/follow?screen_name=themattharris
Developer Advocate, Twitter



2011/6/21 Echo liushuang...@gmail.com

 Thanks Bill.

 statuses/followers and statuses/friends are deprecated. Is there a
 timeline in twitter to announce when will the deprecated API be
 closed? I wonder the deadline since our app is depending them .
 Thanks!

 Echo


 On 6月14日, 下午8时04分, Bill Jacobson gabe...@gmail.com wrote:
  Amit,
 
  Your endpoint is obsolete and no longer supported by Twitter. That's why
  you got the 403. Statuses/followers will succeed if you change it
 tohttp://api.twitter.com/1/statuses/followers.xml
  https://api.twitter.com/1/statuses/followers.xml
 
  BUT this API is deprecated. Read all about it here:
 http://dev.twitter.com/doc/get/statuses/followers
 
  Bill
 
  On 06/14/2011 12:38 AM, Amit Battan Ror wrote:
 
 
 
 
 
 
 
   Bill
 
   Working fine :https://twitter.com/statuses/friends_timeline.xml
 
   Not Working Giving 403 Error :
 https://twitter.com/statuses/followers.xml
 
   On Jun 14, 10:14 am, Amit Battan Rorbatta...@gmail.com  wrote:
   Thanks Bill
 
   I will check and try to track URL ..
 
   On Jun 13, 9:07 pm, Bill Jacobsongabe...@gmail.com  wrote:
 
   Amit, also seehttp://
 www.mailinglistarchive.com/html/twitter-development-talk@googl
   That's what helped me.
   -Bill
   On 06/13/2011 10:44 AM, Bill Jacobson wrote:
   I'm suggesting that you find out what endpoint (Twitter URL) your
 app
   is targeting, and make sure that it matches what is currently
   documented. If it doesn't match, correct it. That's what worked for
 me.
   On 06/13/2011 08:05 AM, Amit Battan Ror wrote:
   I am not getting the solution.
   and my API was working fine beofre 2 3 days..
   but not now..
   all other API except getFollowersIncludingCurrentStatus working ok
 and
   return proper output
   On Jun 13, 5:53 pm, Bill Jacobsongabe...@gmail.comwrote:
   Amit,
   I don't know your library, but in my case the 403 was accompanied
 by
   the
   message Not authorized to use this endpoint and the solution was
 to
   update to http://api.twitter.com/1[etc.];.
   Bill Jacobson
   On 06/13/2011 05:39 AM, Amit Battan Ror wrote:
   any idea guys
   On Jun 10, 4:33 pm, Amit Battan Rorbatta...@gmail.com
  wrote:
   Hi All
   I am using
   Twitter-OAuth-iPhonehttps://
 github.com/bengottlieb/Twitter-OAuth-iPhone
   I am calling [twitterObj getFollowersIncludingCurrentStatus:NO]
 for
   getting my friend list which was working fine. But from last two
 days
   its giving me the 403 error.
   -- Twitter Request FD751461-39C4-4EAB-A0F7-D1ED262B19EA failed
 with
   error: Error Domain=HTTP Code=403 The operation couldn t be
   completed. (HTTP error 403.)
   As twitter api wiki 403 is due to crossing the limit of updates
   and DM
   but here in getFollowersIncludingCurrentStatus Why this error
   occurring and even list is not comes next day giving same 403
 error.
   Thanks
   Amit Battan

 --
 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 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: Error 403 while getFollowers : Twitter Iphone MGTwitterEngine

2011-06-22 Thread Echo
Thanks Bill.

statuses/followers and statuses/friends are deprecated. Is there a
timeline in twitter to announce when will the deprecated API be
closed? I wonder the deadline since our app is depending them .
Thanks!

Echo


On 6月14日, 下午8时04分, Bill Jacobson gabe...@gmail.com wrote:
 Amit,

 Your endpoint is obsolete and no longer supported by Twitter. That's why
 you got the 403. Statuses/followers will succeed if you change it 
 tohttp://api.twitter.com/1/statuses/followers.xml
 https://api.twitter.com/1/statuses/followers.xml

 BUT this API is deprecated. Read all about it 
 here:http://dev.twitter.com/doc/get/statuses/followers

 Bill

 On 06/14/2011 12:38 AM, Amit Battan Ror wrote:







  Bill

  Working fine :https://twitter.com/statuses/friends_timeline.xml

  Not Working Giving 403 Error :https://twitter.com/statuses/followers.xml

  On Jun 14, 10:14 am, Amit Battan Rorbatta...@gmail.com  wrote:
  Thanks Bill

  I will check and try to track URL ..

  On Jun 13, 9:07 pm, Bill Jacobsongabe...@gmail.com  wrote:

  Amit, also 
  seehttp://www.mailinglistarchive.com/html/twitter-development-talk@googl
  That's what helped me.
  -Bill
  On 06/13/2011 10:44 AM, Bill Jacobson wrote:
  I'm suggesting that you find out what endpoint (Twitter URL) your app
  is targeting, and make sure that it matches what is currently
  documented. If it doesn't match, correct it. That's what worked for me.
  On 06/13/2011 08:05 AM, Amit Battan Ror wrote:
  I am not getting the solution.
  and my API was working fine beofre 2 3 days..
  but not now..
  all other API except getFollowersIncludingCurrentStatus working ok and
  return proper output
  On Jun 13, 5:53 pm, Bill Jacobsongabe...@gmail.comwrote:
  Amit,
  I don't know your library, but in my case the 403 was accompanied by
  the
  message Not authorized to use this endpoint and the solution was to
  update to http://api.twitter.com/1[etc.];.
  Bill Jacobson
  On 06/13/2011 05:39 AM, Amit Battan Ror wrote:
  any idea guys
  On Jun 10, 4:33 pm, Amit Battan Rorbatta...@gmail.com  wrote:
  Hi All
  I am using
  Twitter-OAuth-iPhonehttps://github.com/bengottlieb/Twitter-OAuth-iPhone
  I am calling [twitterObj getFollowersIncludingCurrentStatus:NO] for
  getting my friend list which was working fine. But from last two days
  its giving me the 403 error.
  -- Twitter Request FD751461-39C4-4EAB-A0F7-D1ED262B19EA failed with
  error: Error Domain=HTTP Code=403 The operation couldn t be
  completed. (HTTP error 403.)
  As twitter api wiki 403 is due to crossing the limit of updates
  and DM
  but here in getFollowersIncludingCurrentStatus Why this error
  occurring and even list is not comes next day giving same 403 error.
  Thanks
  Amit Battan

-- 
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: Error 403 while getFollowers : Twitter Iphone MGTwitterEngine

2011-06-15 Thread Amit Battan Ror
thanks Bill

it is solved now
I change
#define TWITTER_DOMAIN @twitter.com
to
#define TWITTER_DOMAIN @api.twitter.com/1
in MGTwitterEngine.m


Amit Battan

On Jun 14, 5:04 pm, Bill Jacobson gabe...@gmail.com wrote:
 Amit,

 Your endpoint is obsolete and no longer supported by Twitter. That's why
 you got the 403. Statuses/followers will succeed if you change it 
 tohttp://api.twitter.com/1/statuses/followers.xml
 https://api.twitter.com/1/statuses/followers.xml

 BUT this API is deprecated. Read all about it 
 here:http://dev.twitter.com/doc/get/statuses/followers

 Bill

 On 06/14/2011 12:38 AM, Amit Battan Ror wrote:







  Bill

  Working fine :https://twitter.com/statuses/friends_timeline.xml

  Not Working Giving 403 Error :https://twitter.com/statuses/followers.xml

  On Jun 14, 10:14 am, Amit Battan Rorbatta...@gmail.com  wrote:
  Thanks Bill

  I will check and try to track URL ..

  On Jun 13, 9:07 pm, Bill Jacobsongabe...@gmail.com  wrote:

  Amit, also 
  seehttp://www.mailinglistarchive.com/html/twitter-development-talk@googl
  That's what helped me.
  -Bill
  On 06/13/2011 10:44 AM, Bill Jacobson wrote:
  I'm suggesting that you find out what endpoint (Twitter URL) your app
  is targeting, and make sure that it matches what is currently
  documented. If it doesn't match, correct it. That's what worked for me.
  On 06/13/2011 08:05 AM, Amit Battan Ror wrote:
  I am not getting the solution.
  and my API was working fine beofre 2 3 days..
  but not now..
  all other API except getFollowersIncludingCurrentStatus working ok and
  return proper output
  On Jun 13, 5:53 pm, Bill Jacobsongabe...@gmail.com    wrote:
  Amit,
  I don't know your library, but in my case the 403 was accompanied by
  the
  message Not authorized to use this endpoint and the solution was to
  update to http://api.twitter.com/1[etc.];.
  Bill Jacobson
  On 06/13/2011 05:39 AM, Amit Battan Ror wrote:
  any idea guys
  On Jun 10, 4:33 pm, Amit Battan Rorbatta...@gmail.com      wrote:
  Hi All
  I am using
  Twitter-OAuth-iPhonehttps://github.com/bengottlieb/Twitter-OAuth-iPhone
  I am calling [twitterObj getFollowersIncludingCurrentStatus:NO] for
  getting my friend list which was working fine. But from last two days
  its giving me the 403 error.
  -- Twitter Request FD751461-39C4-4EAB-A0F7-D1ED262B19EA failed with
  error: Error Domain=HTTP Code=403 The operation couldn t be
  completed. (HTTP error 403.)
  As twitter api wiki 403 is due to crossing the limit of updates
  and DM
  but here in getFollowersIncludingCurrentStatus Why this error
  occurring and even list is not comes next day giving same 403 error.
  Thanks
  Amit Battan

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


Re: [twitter-dev] Re: Error 403 while getFollowers : Twitter Iphone MGTwitterEngine

2011-06-15 Thread Taylor Singletary
If you want to retrieve all of a user's followers, you first get their ids
by cursoring through
http://api.twitter.com/1/followers/ids.json?cursor=-1[1] -- after
retrieving that data, you'll want to expand them for user ids
into hydrated user objects. To do this, pass 50 to 80 (maximum 100, but I
recommend lower maximums for best performance) of the ids at a time to the
bulk users lookup [2] API method. For some users this may take only two API
requests: one for the followers' ids, and another for the users/lookup.

[1] http://dev.twitter.com/doc/get/followers/ids
[2] http://dev.twitter.com/doc/get/users/lookup

@episod http://twitter.com/intent/user?screen_name=episod - Taylor
Singletary


On Wed, Jun 15, 2011 at 4:34 AM, Amit Battan Ror batta...@gmail.com wrote:

 one more issue /... as I want to get the list of my all follower
 But I seen in some discussion as this API not return all the friends.
 It only return the recently updated friends with there status.
 Is it?
 and what is the API which I want?



 On Jun 14, 5:04 pm, Bill Jacobson gabe...@gmail.com wrote:
  Amit,
 
  Your endpoint is obsolete and no longer supported by Twitter. That's why
  you got the 403. Statuses/followers will succeed if you change it
 tohttp://api.twitter.com/1/statuses/followers.xml
  https://api.twitter.com/1/statuses/followers.xml
 
  BUT this API is deprecated. Read all about it here:
 http://dev.twitter.com/doc/get/statuses/followers
 
  Bill
 
  On 06/14/2011 12:38 AM, Amit Battan Ror wrote:
 
 
 
 
 
 
 
   Bill
 
   Working fine :https://twitter.com/statuses/friends_timeline.xml
 
   Not Working Giving 403 Error :
 https://twitter.com/statuses/followers.xml
 
   On Jun 14, 10:14 am, Amit Battan Rorbatta...@gmail.com  wrote:
   Thanks Bill
 
   I will check and try to track URL ..
 
   On Jun 13, 9:07 pm, Bill Jacobsongabe...@gmail.com  wrote:
 
   Amit, also seehttp://
 www.mailinglistarchive.com/html/twitter-development-talk@googl
   That's what helped me.
   -Bill
   On 06/13/2011 10:44 AM, Bill Jacobson wrote:
   I'm suggesting that you find out what endpoint (Twitter URL) your
 app
   is targeting, and make sure that it matches what is currently
   documented. If it doesn't match, correct it. That's what worked for
 me.
   On 06/13/2011 08:05 AM, Amit Battan Ror wrote:
   I am not getting the solution.
   and my API was working fine beofre 2 3 days..
   but not now..
   all other API except getFollowersIncludingCurrentStatus working ok
 and
   return proper output
   On Jun 13, 5:53 pm, Bill Jacobsongabe...@gmail.comwrote:
   Amit,
   I don't know your library, but in my case the 403 was accompanied
 by
   the
   message Not authorized to use this endpoint and the solution was
 to
   update to http://api.twitter.com/1[etc.];.
   Bill Jacobson
   On 06/13/2011 05:39 AM, Amit Battan Ror wrote:
   any idea guys
   On Jun 10, 4:33 pm, Amit Battan Rorbatta...@gmail.com
  wrote:
   Hi All
   I am using
   Twitter-OAuth-iPhonehttps://
 github.com/bengottlieb/Twitter-OAuth-iPhone
   I am calling [twitterObj getFollowersIncludingCurrentStatus:NO]
 for
   getting my friend list which was working fine. But from last two
 days
   its giving me the 403 error.
   -- Twitter Request FD751461-39C4-4EAB-A0F7-D1ED262B19EA failed
 with
   error: Error Domain=HTTP Code=403 The operation couldn t be
   completed. (HTTP error 403.)
   As twitter api wiki 403 is due to crossing the limit of updates
   and DM
   but here in getFollowersIncludingCurrentStatus Why this error
   occurring and even list is not comes next day giving same 403
 error.
   Thanks
   Amit Battan

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


Re: [twitter-dev] Re: Error 403 while getFollowers : Twitter Iphone MGTwitterEngine

2011-06-15 Thread kamesh SmartDude
Hai wpisod,

how can i get only a specific number(Suppose 20 IDs only) of IDS using the
API (http://dev.twitter.com/doc/get/followers/ids).

I tested this API using count parameter in API...but it is ignoring this
parameter and returning nearly 5000 ID's At a time if the the user has
followers more than 5000

Please guide me ASAP.

//Kamesh

On Wed, Jun 15, 2011 at 7:26 PM, Taylor Singletary 
taylorsinglet...@twitter.com wrote:

 If you want to retrieve all of a user's followers, you first get their ids
 by cursoring through http://api.twitter.com/1/followers/ids.json?cursor=-1[1] 
 -- after retrieving that data, you'll want to expand them for user ids
 into hydrated user objects. To do this, pass 50 to 80 (maximum 100, but I
 recommend lower maximums for best performance) of the ids at a time to the
 bulk users lookup [2] API method. For some users this may take only two API
 requests: one for the followers' ids, and another for the users/lookup.

 [1] http://dev.twitter.com/doc/get/followers/ids
 [2] http://dev.twitter.com/doc/get/users/lookup

 @episod http://twitter.com/intent/user?screen_name=episod - Taylor
 Singletary



 On Wed, Jun 15, 2011 at 4:34 AM, Amit Battan Ror batta...@gmail.comwrote:

 one more issue /... as I want to get the list of my all follower
 But I seen in some discussion as this API not return all the friends.
 It only return the recently updated friends with there status.
 Is it?
 and what is the API which I want?



 On Jun 14, 5:04 pm, Bill Jacobson gabe...@gmail.com wrote:
  Amit,
 
  Your endpoint is obsolete and no longer supported by Twitter. That's why
  you got the 403. Statuses/followers will succeed if you change it
 tohttp://api.twitter.com/1/statuses/followers.xml
  https://api.twitter.com/1/statuses/followers.xml
 
  BUT this API is deprecated. Read all about it here:
 http://dev.twitter.com/doc/get/statuses/followers
 
  Bill
 
  On 06/14/2011 12:38 AM, Amit Battan Ror wrote:
 
 
 
 
 
 
 
   Bill
 
   Working fine :https://twitter.com/statuses/friends_timeline.xml
 
   Not Working Giving 403 Error :
 https://twitter.com/statuses/followers.xml
 
   On Jun 14, 10:14 am, Amit Battan Rorbatta...@gmail.com  wrote:
   Thanks Bill
 
   I will check and try to track URL ..
 
   On Jun 13, 9:07 pm, Bill Jacobsongabe...@gmail.com  wrote:
 
   Amit, also seehttp://
 www.mailinglistarchive.com/html/twitter-development-talk@googl
   That's what helped me.
   -Bill
   On 06/13/2011 10:44 AM, Bill Jacobson wrote:
   I'm suggesting that you find out what endpoint (Twitter URL) your
 app
   is targeting, and make sure that it matches what is currently
   documented. If it doesn't match, correct it. That's what worked for
 me.
   On 06/13/2011 08:05 AM, Amit Battan Ror wrote:
   I am not getting the solution.
   and my API was working fine beofre 2 3 days..
   but not now..
   all other API except getFollowersIncludingCurrentStatus working ok
 and
   return proper output
   On Jun 13, 5:53 pm, Bill Jacobsongabe...@gmail.comwrote:
   Amit,
   I don't know your library, but in my case the 403 was accompanied
 by
   the
   message Not authorized to use this endpoint and the solution
 was to
   update to http://api.twitter.com/1[etc.];.
   Bill Jacobson
   On 06/13/2011 05:39 AM, Amit Battan Ror wrote:
   any idea guys
   On Jun 10, 4:33 pm, Amit Battan Rorbatta...@gmail.com
  wrote:
   Hi All
   I am using
   Twitter-OAuth-iPhonehttps://
 github.com/bengottlieb/Twitter-OAuth-iPhone
   I am calling [twitterObj getFollowersIncludingCurrentStatus:NO]
 for
   getting my friend list which was working fine. But from last
 two days
   its giving me the 403 error.
   -- Twitter Request FD751461-39C4-4EAB-A0F7-D1ED262B19EA failed
 with
   error: Error Domain=HTTP Code=403 The operation couldn t be
   completed. (HTTP error 403.)
   As twitter api wiki 403 is due to crossing the limit of updates
   and DM
   but here in getFollowersIncludingCurrentStatus Why this error
   occurring and even list is not comes next day giving same 403
 error.
   Thanks
   Amit Battan

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

Re: [twitter-dev] Re: Error 403 while getFollowers : Twitter Iphone MGTwitterEngine

2011-06-15 Thread kamesh SmartDude
Dear episod,

sry for the spell mistakeand sorry for not checking the reply u already
gave for the thread i started.

thanks for the reply to that post.

//kamesh

On Wed, Jun 15, 2011 at 7:33 PM, kamesh SmartDude 
kamesh.smartd...@gmail.com wrote:

 Hai wpisod,

 how can i get only a specific number(Suppose 20 IDs only) of IDS using the
 API (http://dev.twitter.com/doc/get/followers/ids).

 I tested this API using count parameter in API...but it is ignoring this
 parameter and returning nearly 5000 ID's At a time if the the user has
 followers more than 5000

 Please guide me ASAP.

 //Kamesh


 On Wed, Jun 15, 2011 at 7:26 PM, Taylor Singletary 
 taylorsinglet...@twitter.com wrote:

 If you want to retrieve all of a user's followers, you first get their ids
 by cursoring through
 http://api.twitter.com/1/followers/ids.json?cursor=-1 [1] -- after
 retrieving that data, you'll want to expand them for user ids into
 hydrated user objects. To do this, pass 50 to 80 (maximum 100, but I
 recommend lower maximums for best performance) of the ids at a time to the
 bulk users lookup [2] API method. For some users this may take only two API
 requests: one for the followers' ids, and another for the users/lookup.

 [1] http://dev.twitter.com/doc/get/followers/ids
 [2] http://dev.twitter.com/doc/get/users/lookup

 @episod http://twitter.com/intent/user?screen_name=episod - Taylor
 Singletary



 On Wed, Jun 15, 2011 at 4:34 AM, Amit Battan Ror batta...@gmail.comwrote:

 one more issue /... as I want to get the list of my all follower
 But I seen in some discussion as this API not return all the friends.
 It only return the recently updated friends with there status.
 Is it?
 and what is the API which I want?



 On Jun 14, 5:04 pm, Bill Jacobson gabe...@gmail.com wrote:
  Amit,
 
  Your endpoint is obsolete and no longer supported by Twitter. That's
 why
  you got the 403. Statuses/followers will succeed if you change it
 tohttp://api.twitter.com/1/statuses/followers.xml
  https://api.twitter.com/1/statuses/followers.xml
 
  BUT this API is deprecated. Read all about it here:
 http://dev.twitter.com/doc/get/statuses/followers
 
  Bill
 
  On 06/14/2011 12:38 AM, Amit Battan Ror wrote:
 
 
 
 
 
 
 
   Bill
 
   Working fine :https://twitter.com/statuses/friends_timeline.xml
 
   Not Working Giving 403 Error :
 https://twitter.com/statuses/followers.xml
 
   On Jun 14, 10:14 am, Amit Battan Rorbatta...@gmail.com  wrote:
   Thanks Bill
 
   I will check and try to track URL ..
 
   On Jun 13, 9:07 pm, Bill Jacobsongabe...@gmail.com  wrote:
 
   Amit, also seehttp://
 www.mailinglistarchive.com/html/twitter-development-talk@googl
   That's what helped me.
   -Bill
   On 06/13/2011 10:44 AM, Bill Jacobson wrote:
   I'm suggesting that you find out what endpoint (Twitter URL) your
 app
   is targeting, and make sure that it matches what is currently
   documented. If it doesn't match, correct it. That's what worked
 for me.
   On 06/13/2011 08:05 AM, Amit Battan Ror wrote:
   I am not getting the solution.
   and my API was working fine beofre 2 3 days..
   but not now..
   all other API except getFollowersIncludingCurrentStatus working
 ok and
   return proper output
   On Jun 13, 5:53 pm, Bill Jacobsongabe...@gmail.comwrote:
   Amit,
   I don't know your library, but in my case the 403 was
 accompanied by
   the
   message Not authorized to use this endpoint and the solution
 was to
   update to http://api.twitter.com/1[etc.];.
   Bill Jacobson
   On 06/13/2011 05:39 AM, Amit Battan Ror wrote:
   any idea guys
   On Jun 10, 4:33 pm, Amit Battan Rorbatta...@gmail.com
  wrote:
   Hi All
   I am using
   Twitter-OAuth-iPhonehttps://
 github.com/bengottlieb/Twitter-OAuth-iPhone
   I am calling [twitterObj
 getFollowersIncludingCurrentStatus:NO] for
   getting my friend list which was working fine. But from last
 two days
   its giving me the 403 error.
   -- Twitter Request FD751461-39C4-4EAB-A0F7-D1ED262B19EA failed
 with
   error: Error Domain=HTTP Code=403 The operation couldn t be
   completed. (HTTP error 403.)
   As twitter api wiki 403 is due to crossing the limit of
 updates
   and DM
   but here in getFollowersIncludingCurrentStatus Why this error
   occurring and even list is not comes next day giving same 403
 error.
   Thanks
   Amit Battan

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

Re: [twitter-dev] Re: Error 403 while getFollowers : Twitter Iphone MGTwitterEngine

2011-06-14 Thread kamesh SmartDude
i Found this API In Deprecated listwe have to use another API's

go to this link
http://groups.google.com/group/twitter-development-talk/browse_thread/thread/aa465ee6c315e04d#

//kamesh

On Tue, Jun 14, 2011 at 11:08 AM, Amit Battan Ror batta...@gmail.comwrote:

 Bill

 Working fine : https://twitter.com/statuses/friends_timeline.xml

 Not Working Giving 403 Error : https://twitter.com/statuses/followers.xml



 On Jun 14, 10:14 am, Amit Battan Ror batta...@gmail.com wrote:
  Thanks Bill
 
  I will check and try to track URL ..
 
  On Jun 13, 9:07 pm, Bill Jacobson gabe...@gmail.com wrote:
 
 
 
 
 
 
 
   Amit, also seehttp://
 www.mailinglistarchive.com/html/twitter-development-talk@googl
   That's what helped me.
   -Bill
 
   On 06/13/2011 10:44 AM, Bill Jacobson wrote:
 
I'm suggesting that you find out what endpoint (Twitter URL) your app
is targeting, and make sure that it matches what is currently
documented. If it doesn't match, correct it. That's what worked for
 me.
 
On 06/13/2011 08:05 AM, Amit Battan Ror wrote:
I am not getting the solution.
 
and my API was working fine beofre 2 3 days..
 
but not now..
 
all other API except getFollowersIncludingCurrentStatus working ok
 and
return proper output
 
On Jun 13, 5:53 pm, Bill Jacobsongabe...@gmail.com  wrote:
Amit,
 
I don't know your library, but in my case the 403 was accompanied
 by
the
message Not authorized to use this endpoint and the solution was
 to
update to http://api.twitter.com/1[etc.];.
 
Bill Jacobson
 
On 06/13/2011 05:39 AM, Amit Battan Ror wrote:
 
any idea guys
On Jun 10, 4:33 pm, Amit Battan Rorbatta...@gmail.comwrote:
Hi All
I am using
Twitter-OAuth-iPhonehttps://
 github.com/bengottlieb/Twitter-OAuth-iPhone
 
I am calling [twitterObj getFollowersIncludingCurrentStatus:NO]
 for
getting my friend list which was working fine. But from last two
 days
its giving me the 403 error.
-- Twitter Request FD751461-39C4-4EAB-A0F7-D1ED262B19EA failed
 with
error: Error Domain=HTTP Code=403 The operation couldn t be
completed. (HTTP error 403.)
As twitter api wiki 403 is due to crossing the limit of updates
and DM
but here in getFollowersIncludingCurrentStatus Why this error
occurring and even list is not comes next day giving same 403
 error.
Thanks
Amit Battan

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


Re: [twitter-dev] Re: Error 403 while getFollowers : Twitter Iphone MGTwitterEngine

2011-06-14 Thread Bill Jacobson

Amit,

Your endpoint is obsolete and no longer supported by Twitter. That's why 
you got the 403. Statuses/followers will succeed if you change it to 
http://api.twitter.com/1/statuses/followers.xml 
https://api.twitter.com/1/statuses/followers.xml


BUT this API is deprecated. Read all about it here: 
http://dev.twitter.com/doc/get/statuses/followers


Bill

On 06/14/2011 12:38 AM, Amit Battan Ror wrote:

Bill

Working fine : https://twitter.com/statuses/friends_timeline.xml

Not Working Giving 403 Error : https://twitter.com/statuses/followers.xml



On Jun 14, 10:14 am, Amit Battan Rorbatta...@gmail.com  wrote:

Thanks Bill

I will check and try to track URL ..

On Jun 13, 9:07 pm, Bill Jacobsongabe...@gmail.com  wrote:








Amit, also 
seehttp://www.mailinglistarchive.com/html/twitter-development-talk@googl
That's what helped me.
-Bill
On 06/13/2011 10:44 AM, Bill Jacobson wrote:

I'm suggesting that you find out what endpoint (Twitter URL) your app
is targeting, and make sure that it matches what is currently
documented. If it doesn't match, correct it. That's what worked for me.
On 06/13/2011 08:05 AM, Amit Battan Ror wrote:

I am not getting the solution.
and my API was working fine beofre 2 3 days..
but not now..
all other API except getFollowersIncludingCurrentStatus working ok and
return proper output
On Jun 13, 5:53 pm, Bill Jacobsongabe...@gmail.comwrote:

Amit,
I don't know your library, but in my case the 403 was accompanied by
the
message Not authorized to use this endpoint and the solution was to
update to http://api.twitter.com/1[etc.];.
Bill Jacobson
On 06/13/2011 05:39 AM, Amit Battan Ror wrote:

any idea guys
On Jun 10, 4:33 pm, Amit Battan Rorbatta...@gmail.com  wrote:

Hi All
I am using
Twitter-OAuth-iPhonehttps://github.com/bengottlieb/Twitter-OAuth-iPhone
I am calling [twitterObj getFollowersIncludingCurrentStatus:NO] for
getting my friend list which was working fine. But from last two days
its giving me the 403 error.
-- Twitter Request FD751461-39C4-4EAB-A0F7-D1ED262B19EA failed with
error: Error Domain=HTTP Code=403 The operation couldn t be
completed. (HTTP error 403.)
As twitter api wiki 403 is due to crossing the limit of updates
and DM
but here in getFollowersIncludingCurrentStatus Why this error
occurring and even list is not comes next day giving same 403 error.
Thanks
Amit Battan


--
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: Error 403 while getFollowers : Twitter Iphone MGTwitterEngine

2011-06-13 Thread Amit Battan Ror
any idea guys

On Jun 10, 4:33 pm, Amit Battan Ror batta...@gmail.com wrote:
 Hi All

 I am using 
 Twitter-OAuth-iPhonehttps://github.com/bengottlieb/Twitter-OAuth-iPhone
 I am calling [twitterObj getFollowersIncludingCurrentStatus:NO] for
 getting my friend list which was working fine. But from last two days
 its giving me the 403 error.

 -- Twitter Request FD751461-39C4-4EAB-A0F7-D1ED262B19EA failed with
 error: Error Domain=HTTP Code=403 The operation couldn’t be
 completed. (HTTP error 403.)

 As twitter api wiki 403 is due to crossing the limit of updates and DM

 but here in getFollowersIncludingCurrentStatus Why this error
 occurring and even list is not comes next day giving same 403 error.

 Thanks
 Amit Battan

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


Re: [twitter-dev] Re: Error 403 while getFollowers : Twitter Iphone MGTwitterEngine

2011-06-13 Thread Bill Jacobson

Amit,

I don't know your library, but in my case the 403 was accompanied by the 
message Not authorized to use this endpoint and the solution was to 
update to http://api.twitter.com/1 [etc.].


Bill Jacobson

On 06/13/2011 05:39 AM, Amit Battan Ror wrote:

any idea guys

On Jun 10, 4:33 pm, Amit Battan Rorbatta...@gmail.com  wrote:

Hi All

I am using 
Twitter-OAuth-iPhonehttps://github.com/bengottlieb/Twitter-OAuth-iPhone
I am calling [twitterObj getFollowersIncludingCurrentStatus:NO] for
getting my friend list which was working fine. But from last two days
its giving me the 403 error.

-- Twitter Request FD751461-39C4-4EAB-A0F7-D1ED262B19EA failed with
error: Error Domain=HTTP Code=403 The operation couldn’t be
completed. (HTTP error 403.)

As twitter api wiki 403 is due to crossing the limit of updates and DM

but here in getFollowersIncludingCurrentStatus Why this error
occurring and even list is not comes next day giving same 403 error.

Thanks
Amit Battan


--
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: Error 403 while getFollowers : Twitter Iphone MGTwitterEngine

2011-06-13 Thread Amit Battan Ror
I am not getting the solution.

and my API was working fine beofre 2 3 days..

but not now..

all other API except getFollowersIncludingCurrentStatus working ok and
return proper output

On Jun 13, 5:53 pm, Bill Jacobson gabe...@gmail.com wrote:
 Amit,

 I don't know your library, but in my case the 403 was accompanied by the
 message Not authorized to use this endpoint and the solution was to
 update to http://api.twitter.com/1[etc.];.

 Bill Jacobson

 On 06/13/2011 05:39 AM, Amit Battan Ror wrote:







  any idea guys

  On Jun 10, 4:33 pm, Amit Battan Rorbatta...@gmail.com  wrote:
  Hi All

  I am using 
  Twitter-OAuth-iPhonehttps://github.com/bengottlieb/Twitter-OAuth-iPhone
  I am calling [twitterObj getFollowersIncludingCurrentStatus:NO] for
  getting my friend list which was working fine. But from last two days
  its giving me the 403 error.

  -- Twitter Request FD751461-39C4-4EAB-A0F7-D1ED262B19EA failed with
  error: Error Domain=HTTP Code=403 The operation couldn�t be
  completed. (HTTP error 403.)

  As twitter api wiki 403 is due to crossing the limit of updates and DM

  but here in getFollowersIncludingCurrentStatus Why this error
  occurring and even list is not comes next day giving same 403 error.

  Thanks
  Amit Battan

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


Re: [twitter-dev] Re: Error 403 while getFollowers : Twitter Iphone MGTwitterEngine

2011-06-13 Thread Bill Jacobson
I'm suggesting that you find out what endpoint (Twitter URL) your app is 
targeting, and make sure that it matches what is currently documented. 
If it doesn't match, correct it. That's what worked for me.


On 06/13/2011 08:05 AM, Amit Battan Ror wrote:

I am not getting the solution.

and my API was working fine beofre 2 3 days..

but not now..

all other API except getFollowersIncludingCurrentStatus working ok and
return proper output

On Jun 13, 5:53 pm, Bill Jacobsongabe...@gmail.com  wrote:

Amit,

I don't know your library, but in my case the 403 was accompanied by the
message Not authorized to use this endpoint and the solution was to
update to http://api.twitter.com/1[etc.];.

Bill Jacobson

On 06/13/2011 05:39 AM, Amit Battan Ror wrote:








any idea guys
On Jun 10, 4:33 pm, Amit Battan Rorbatta...@gmail.comwrote:

Hi All
I am using 
Twitter-OAuth-iPhonehttps://github.com/bengottlieb/Twitter-OAuth-iPhone
I am calling [twitterObj getFollowersIncludingCurrentStatus:NO] for
getting my friend list which was working fine. But from last two days
its giving me the 403 error.
-- Twitter Request FD751461-39C4-4EAB-A0F7-D1ED262B19EA failed with
error: Error Domain=HTTP Code=403 The operation couldn�t be
completed. (HTTP error 403.)
As twitter api wiki 403 is due to crossing the limit of updates and DM
but here in getFollowersIncludingCurrentStatus Why this error
occurring and even list is not comes next day giving same 403 error.
Thanks
Amit Battan


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


Re: [twitter-dev] Re: Error 403 while getFollowers : Twitter Iphone MGTwitterEngine

2011-06-13 Thread Bill Jacobson
Amit, also see 
http://www.mailinglistarchive.com/html/twitter-development-talk@googlegroups.com/2011-06/msg00256.html. 
That's what helped me.

-Bill

On 06/13/2011 10:44 AM, Bill Jacobson wrote:
I'm suggesting that you find out what endpoint (Twitter URL) your app 
is targeting, and make sure that it matches what is currently 
documented. If it doesn't match, correct it. That's what worked for me.


On 06/13/2011 08:05 AM, Amit Battan Ror wrote:

I am not getting the solution.

and my API was working fine beofre 2 3 days..

but not now..

all other API except getFollowersIncludingCurrentStatus working ok and
return proper output

On Jun 13, 5:53 pm, Bill Jacobsongabe...@gmail.com  wrote:

Amit,

I don't know your library, but in my case the 403 was accompanied by 
the

message Not authorized to use this endpoint and the solution was to
update to http://api.twitter.com/1[etc.];.

Bill Jacobson

On 06/13/2011 05:39 AM, Amit Battan Ror wrote:








any idea guys
On Jun 10, 4:33 pm, Amit Battan Rorbatta...@gmail.comwrote:

Hi All
I am using 
Twitter-OAuth-iPhonehttps://github.com/bengottlieb/Twitter-OAuth-iPhone 


I am calling [twitterObj getFollowersIncludingCurrentStatus:NO] for
getting my friend list which was working fine. But from last two days
its giving me the 403 error.
-- Twitter Request FD751461-39C4-4EAB-A0F7-D1ED262B19EA failed with
error: Error Domain=HTTP Code=403 The operation couldn�t be
completed. (HTTP error 403.)
As twitter api wiki 403 is due to crossing the limit of updates 
and DM

but here in getFollowersIncludingCurrentStatus Why this error
occurring and even list is not comes next day giving same 403 error.
Thanks
Amit Battan


--
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: Error 403 while getFollowers : Twitter Iphone MGTwitterEngine

2011-06-13 Thread Amit Battan Ror
Thanks Bill

I will check and try to track URL ..


On Jun 13, 9:07 pm, Bill Jacobson gabe...@gmail.com wrote:
 Amit, also 
 seehttp://www.mailinglistarchive.com/html/twitter-development-talk@googl
 That's what helped me.
 -Bill

 On 06/13/2011 10:44 AM, Bill Jacobson wrote:







  I'm suggesting that you find out what endpoint (Twitter URL) your app
  is targeting, and make sure that it matches what is currently
  documented. If it doesn't match, correct it. That's what worked for me.

  On 06/13/2011 08:05 AM, Amit Battan Ror wrote:
  I am not getting the solution.

  and my API was working fine beofre 2 3 days..

  but not now..

  all other API except getFollowersIncludingCurrentStatus working ok and
  return proper output

  On Jun 13, 5:53 pm, Bill Jacobsongabe...@gmail.com  wrote:
  Amit,

  I don't know your library, but in my case the 403 was accompanied by
  the
  message Not authorized to use this endpoint and the solution was to
  update to http://api.twitter.com/1[etc.];.

  Bill Jacobson

  On 06/13/2011 05:39 AM, Amit Battan Ror wrote:

  any idea guys
  On Jun 10, 4:33 pm, Amit Battan Rorbatta...@gmail.com    wrote:
  Hi All
  I am using
  Twitter-OAuth-iPhonehttps://github.com/bengottlieb/Twitter-OAuth-iPhone

  I am calling [twitterObj getFollowersIncludingCurrentStatus:NO] for
  getting my friend list which was working fine. But from last two days
  its giving me the 403 error.
  -- Twitter Request FD751461-39C4-4EAB-A0F7-D1ED262B19EA failed with
  error: Error Domain=HTTP Code=403 The operation couldn t be
  completed. (HTTP error 403.)
  As twitter api wiki 403 is due to crossing the limit of updates
  and DM
  but here in getFollowersIncludingCurrentStatus Why this error
  occurring and even list is not comes next day giving same 403 error.
  Thanks
  Amit Battan

-- 
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: Error 403 while getFollowers : Twitter Iphone MGTwitterEngine

2011-06-13 Thread Amit Battan Ror
Bill

Working fine : https://twitter.com/statuses/friends_timeline.xml

Not Working Giving 403 Error : https://twitter.com/statuses/followers.xml



On Jun 14, 10:14 am, Amit Battan Ror batta...@gmail.com wrote:
 Thanks Bill

 I will check and try to track URL ..

 On Jun 13, 9:07 pm, Bill Jacobson gabe...@gmail.com wrote:







  Amit, also 
  seehttp://www.mailinglistarchive.com/html/twitter-development-talk@googl
  That's what helped me.
  -Bill

  On 06/13/2011 10:44 AM, Bill Jacobson wrote:

   I'm suggesting that you find out what endpoint (Twitter URL) your app
   is targeting, and make sure that it matches what is currently
   documented. If it doesn't match, correct it. That's what worked for me.

   On 06/13/2011 08:05 AM, Amit Battan Ror wrote:
   I am not getting the solution.

   and my API was working fine beofre 2 3 days..

   but not now..

   all other API except getFollowersIncludingCurrentStatus working ok and
   return proper output

   On Jun 13, 5:53 pm, Bill Jacobsongabe...@gmail.com  wrote:
   Amit,

   I don't know your library, but in my case the 403 was accompanied by
   the
   message Not authorized to use this endpoint and the solution was to
   update to http://api.twitter.com/1[etc.];.

   Bill Jacobson

   On 06/13/2011 05:39 AM, Amit Battan Ror wrote:

   any idea guys
   On Jun 10, 4:33 pm, Amit Battan Rorbatta...@gmail.com    wrote:
   Hi All
   I am using
   Twitter-OAuth-iPhonehttps://github.com/bengottlieb/Twitter-OAuth-iPhone

   I am calling [twitterObj getFollowersIncludingCurrentStatus:NO] for
   getting my friend list which was working fine. But from last two days
   its giving me the 403 error.
   -- Twitter Request FD751461-39C4-4EAB-A0F7-D1ED262B19EA failed with
   error: Error Domain=HTTP Code=403 The operation couldn t be
   completed. (HTTP error 403.)
   As twitter api wiki 403 is due to crossing the limit of updates
   and DM
   but here in getFollowersIncludingCurrentStatus Why this error
   occurring and even list is not comes next day giving same 403 error.
   Thanks
   Amit Battan

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