[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


[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


[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


[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


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

2011-06-10 Thread Amit Battan Ror
Hi All

I am using Twitter-OAuth-iPhone 
https://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: Logout : Twitter Iphone MGTwitterEngine

2011-04-19 Thread Amit Battan Ror
Hi

Now I am using this code
[twitterObj endUserSession];
[twitterObj clearAccessToken];

Now its working fine but giving error HTTP 401 as request failure



On Apr 12, 5:03 pm, Rinku Sadhwani\Love is like war: Easy to begin
but hard to end.\ - Anonymous\ rinku.sadhw...@gmail.com wrote:
 On Tue, Apr 12, 2011 at 5:26 PM, Battan Ror batta...@gmail.com wrote:
  Hi All

  How we logout the user from iphone twitter applicatio
  I am using MGTwitterEngine with code
  [twitterObj endUserSession];

  But user is not logout
  How we do that

 u can do like that
 -(void)logout
 {
 [_engine clearAccessToken];
 NSlog(@logout press);

 }

 rinku

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