[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 
many API calls. Is there any way we can get this done by a single or at the 
max two API calls?

-- 
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 Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


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

2011-07-27 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 Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[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 
**http://www.google.co.in/search?hl=enclient=firefox-arls=org.mozilla:en-US:officialsa=Xei=fd0AToufO8WIrAe65qH8DAved=0CCQQvwUoAQq=knowledgeablespell=1to
 
shed some light on this. 

Thanks,
Amit

-- 
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] 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 change 
that we should take into consideration.

We're using the Jaisen Mathai library.

-- 
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: 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/asynchronous-background-execution-with-php/
 
but nothing worked. But if i run the program from command line, it works.

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


[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 done 
at the time of login(oAuth) . For small accounts it is working ok. But for 
large accounts (one of the accounts for testing with has a total number of  
followers+friends  3) it is taking from 20 seconds to anything up to 2 
minutes. 

Any suggestions? anybody?

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