Hey Rodrigo, So I can help you please provide the code you are using. Matt
On Tue, Sep 7, 2010 at 5:30 PM, Rodrigo Berlinck <[email protected]> wrote: > i need your help. > > On 5 set, 07:53, Rodrigo Berlinck <[email protected]> wrote: >> Post the code? >> >> On Sep 3, 8:53 pm, Rodrigo Berlinck <[email protected]> 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 <[email protected]> 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 >> >> > > <[email protected]> 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 <[email protected]> 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 >> > > >> <[email protected]> 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 > -- Matt Harris Developer Advocate, Twitter http://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
