[twitter-dev] follower/friend list

2011-03-05 Thread amit debnath
I have a site for twitter based tools. One of the options was to enable users see the people their non-friend-followers and non-follower-friends. The only way I could see to achieve this is to gather and store the complete list of followers and friends locally and calculate from that. This is do

[twitter-dev] Re: collecting followers and friends

2011-03-10 Thread amit debnath
Actually, both the lists are stored in the database, and the displays are via SQL. Also, the display is not on the home page. I tried to run the accumulation process in the background. But neither shell_exec nor pcntl_fork was of any help. Tried this too http://www.shapeshifter.se/2008/08/04/a

[twitter-dev] User Search API

2011-06-18 Thread Amit Debnath
The user search API was working quite well till last friday. But now there is a problem. The first page in our site loads (20 accounts), but we can't seem to get any results for the next page(page 2 and onwards). Has the API been limtied to first 20 results? If not, then was their any other chan

[twitter-dev] Re: User Search API

2011-06-21 Thread Amit Debnath
Thanks for answering. Now I know it isn't something I did. Doesn't look like a bug. The in-site search is now also limited to 20 results. Waiting for somebody **

Re: [twitter-dev] Re: User Search API

2011-07-26 Thread Amit Debnath
Is anybody looking into this issue? Over a month since the first post. Still nothing. Amit -- Have you visited the Developer Discussions feature on https://dev.twitter.com/discussions yet? Twitter developer links: Documentation and resources: https://dev.twitter.com/docs API updates via Twitt

[twitter-dev] Add to list

2011-08-09 Thread Amit Debnath
We intend to create an option of "Add to List" as in twitter. When clicked, this would show the authenticating user's lists and tick off those the target account is already part of. The problem is with the second part "ticking of the lists the target account is part of", as it is taking too man