[twitter-dev] Re: ERROR The requested URL could not be retrieved

2010-09-07 Thread Rodrigo Berlinck
i need your help.

On 5 set, 07:53, Rodrigo Berlinck rodrigode...@gmail.com wrote:
 Post the code?

 On Sep 3, 8:53 pm, Rodrigo Berlinck rodrigode...@gmail.com wrote:



  I will explain again.
  I Seto no one user of Twitter, get all that follow this user and this
  result returns an array, then I do a foreach to do follow and then do
  the unfollow.

  I use this library CodeIgniter:http://www.haughin.com/code/twitter/.

  He does everything in curl.

  If you need I'll post the code here

  thanks

  On Sep 3, 6:24 pm, Matt Harris thematthar...@twitter.com wrote:

   I'm still not sure what you are doing or the URLs you are calling to
   the API. We also don't provide information about unfollows so i'm
   confused about that aspect of your code.

   On Fri, Sep 3, 2010 at 10:47 AM, Rodrigo Berlinck

   rodrigode...@gmail.com wrote:
Hi Matt,
I use Code Igniter (PHP Framework).

Looping:
Select the followers of the user and return array
follow matrix
matrix unfollow
insert into db (mysql)

but he makes filters, and has a limit own, for example it takes only
200 followers and then make 200 unfollowers.

On Sep 3, 2:15 pm, Matt Harris thematthar...@twitter.com wrote:
Hi Rodrigo,

When you say you are looping follow and unfollow can you give an
example of your code and the URL you are using. The pagination is not
linear for many of our methods and requires you to use the value of
the next cursor we return instead of a numerical sequence 1,2,3.

The error you are getting implies you are requesting a resource that
doesn't exist.
Best,
Matt

On Fri, Sep 3, 2010 at 7:14 AM, Rodrigo Berlinck 
rodrigode...@gmail.com wrote:
 While looping follow / unfollow, returning this error:

 ERROR
 The requested URL could not be retrieved

 whats that?

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

--

Matt Harris
Developer Advocate, Twitterhttp://twitter.com/themattharris

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

   --

   Matt Harris
   Developer Advocate, Twitterhttp://twitter.com/themattharris

-- 
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: ERROR The requested URL could not be retrieved

2010-09-05 Thread Rodrigo Berlinck
Post the code?

On Sep 3, 8:53 pm, Rodrigo Berlinck rodrigode...@gmail.com wrote:
 I will explain again.
 I Seto no one user of Twitter, get all that follow this user and this
 result returns an array, then I do a foreach to do follow and then do
 the unfollow.

 I use this library CodeIgniter:http://www.haughin.com/code/twitter/.

 He does everything in curl.

 If you need I'll post the code here

 thanks

 On Sep 3, 6:24 pm, Matt Harris thematthar...@twitter.com wrote:



  I'm still not sure what you are doing or the URLs you are calling to
  the API. We also don't provide information about unfollows so i'm
  confused about that aspect of your code.

  On Fri, Sep 3, 2010 at 10:47 AM, Rodrigo Berlinck

  rodrigode...@gmail.com wrote:
   Hi Matt,
   I use Code Igniter (PHP Framework).

   Looping:
   Select the followers of the user and return array
   follow matrix
   matrix unfollow
   insert into db (mysql)

   but he makes filters, and has a limit own, for example it takes only
   200 followers and then make 200 unfollowers.

   On Sep 3, 2:15 pm, Matt Harris thematthar...@twitter.com wrote:
   Hi Rodrigo,

   When you say you are looping follow and unfollow can you give an
   example of your code and the URL you are using. The pagination is not
   linear for many of our methods and requires you to use the value of
   the next cursor we return instead of a numerical sequence 1,2,3.

   The error you are getting implies you are requesting a resource that
   doesn't exist.
   Best,
   Matt

   On Fri, Sep 3, 2010 at 7:14 AM, Rodrigo Berlinck 
   rodrigode...@gmail.com wrote:
While looping follow / unfollow, returning this error:

ERROR
The requested URL could not be retrieved

whats that?

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

   --

   Matt Harris
   Developer Advocate, Twitterhttp://twitter.com/themattharris

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

  --

  Matt Harris
  Developer Advocate, Twitterhttp://twitter.com/themattharris

-- 
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] ERROR The requested URL could not be retrieved

2010-09-03 Thread Rodrigo Berlinck
While looping follow / unfollow, returning this error:

ERROR
The requested URL could not be retrieved

whats that?

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


[twitter-dev] Re: ERROR The requested URL could not be retrieved

2010-09-03 Thread Rodrigo Berlinck
Hi Matt,
I use Code Igniter (PHP Framework).

Looping:
Select the followers of the user and return array
follow matrix
matrix unfollow
insert into db (mysql)

but he makes filters, and has a limit own, for example it takes only
200 followers and then make 200 unfollowers.

On Sep 3, 2:15 pm, Matt Harris thematthar...@twitter.com wrote:
 Hi Rodrigo,

 When you say you are looping follow and unfollow can you give an
 example of your code and the URL you are using. The pagination is not
 linear for many of our methods and requires you to use the value of
 the next cursor we return instead of a numerical sequence 1,2,3.

 The error you are getting implies you are requesting a resource that
 doesn't exist.
 Best,
 Matt





 On Fri, Sep 3, 2010 at 7:14 AM, Rodrigo Berlinck rodrigode...@gmail.com 
 wrote:
  While looping follow / unfollow, returning this error:

  ERROR
  The requested URL could not be retrieved

  whats that?

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

 --

 Matt Harris
 Developer Advocate, Twitterhttp://twitter.com/themattharris

-- 
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: ERROR The requested URL could not be retrieved

2010-09-03 Thread Rodrigo Berlinck
I will explain again.
I Seto no one user of Twitter, get all that follow this user and this
result returns an array, then I do a foreach to do follow and then do
the unfollow.

I use this library CodeIgniter:
http://www.haughin.com/code/twitter/.

He does everything in curl.

If you need I'll post the code here

thanks

On Sep 3, 6:24 pm, Matt Harris thematthar...@twitter.com wrote:
 I'm still not sure what you are doing or the URLs you are calling to
 the API. We also don't provide information about unfollows so i'm
 confused about that aspect of your code.

 On Fri, Sep 3, 2010 at 10:47 AM, Rodrigo Berlinck





 rodrigode...@gmail.com wrote:
  Hi Matt,
  I use Code Igniter (PHP Framework).

  Looping:
  Select the followers of the user and return array
  follow matrix
  matrix unfollow
  insert into db (mysql)

  but he makes filters, and has a limit own, for example it takes only
  200 followers and then make 200 unfollowers.

  On Sep 3, 2:15 pm, Matt Harris thematthar...@twitter.com wrote:
  Hi Rodrigo,

  When you say you are looping follow and unfollow can you give an
  example of your code and the URL you are using. The pagination is not
  linear for many of our methods and requires you to use the value of
  the next cursor we return instead of a numerical sequence 1,2,3.

  The error you are getting implies you are requesting a resource that
  doesn't exist.
  Best,
  Matt

  On Fri, Sep 3, 2010 at 7:14 AM, Rodrigo Berlinck rodrigode...@gmail.com 
  wrote:
   While looping follow / unfollow, returning this error:

   ERROR
   The requested URL could not be retrieved

   whats that?

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

  --

  Matt Harris
  Developer Advocate, Twitterhttp://twitter.com/themattharris

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

 --

 Matt Harris
 Developer Advocate, Twitterhttp://twitter.com/themattharris

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