Re: [twitter-dev] Digest for twitter-development-talk@googlegroups.com - 25 Messages in 11 Topics

2011-06-30 Thread Vijay Ramachandran
On Wed, Jun 29, 2011 at 8:47 PM, 
twitter-development-talk+nore...@googlegroups.com wrote:


I'm working on AND  OR search on search API.
I know I can do the query A OR B , but I'd like to use more search
parameter, like,
(A  B) OR (C  D).
Is it possible to do that kind of parenthetic query?



I am able to run search queries such as (bangalore OR mysore) AND (hotel)
via the search api, without any problems.

-- 
Targeted direct marketing on Social networks - http://www.wisdomtap.com/

-- 
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: Consumer key and comsumer secret

2011-05-09 Thread Vijay Ramachandran
On May 8, 8:20 am, Kalpa Welivitigoda callka...@gmail.com wrote:

 I'm trying to develop a twitter client with python. Is it ok to let
 the consumer key and consumer secret to be visible in the python
 script. If not could anyone please suggest a way to hide it.


This is not an easy issue to solve, nor is it in Twitter's control to
solve.

See this comment - http://ask.slashdot.org/comments.pl?sid=214172cid=17409468
- on this thread  - 
http://ask.slashdot.org/story/06/12/30/004257/Keeping-Passwords-Embedded-In-Code-Secure
on slashdot.

The one place where I've seen this work controlled the entire stack
from the OS on up, and so could support sharing secrets in processes
which needed them (say, for database access) while making it really,
really hard for someone with access to the box and malignant intent to
steal it.

regards,
Vijay

-- 
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] Can I fetch tweets posted by individual Apps within same twitter account?

2011-04-17 Thread Vijay Chowdhary
Hi,

I have created two twitter apps within same twitter account. Both apps
receive tweets from two of my blogs. I wanted to know whether I can
show the tweets from each blog separately? Currently, my twitter
account shows tweets from both Apps at one place.

Please suggest.

Regards,
Vijay Chowdhary

-- 
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] newbie question on rate limits

2010-09-20 Thread Vijay
Hi,

Newbie question, so please bear with me.

I am experimenting with twitter API, but quickly found myself hitting the
rate limit
(150 without authentication, correct?)

How do the big sites get over the rate limit (tweetstats, twittercounter
etc)?
Twitter's documentation says they can white list IPs, but would still allow
only
20k requests per hour.  Also, they would only white list apps that are
already in
production.  So if I just want to experiment / learn, this wouldn't work.

What are my options?  There is no way I can have multiple IPs.

Vijay.

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


Re: [twitter-dev] newbie question on rate limits

2010-09-20 Thread Vijay
You really shouldn't be planning for the case where every single Twitter
user uses your application

Haha, I agree.  Its just that I took a few thousand users randomly, and was
playing
with their publicly available stats, tweets etc and quickly hit the rate
limit.  Hence
this question.

On Mon, Sep 20, 2010 at 11:21 AM, Tom van der Woerdt i...@tvdw.eu wrote:

 You really shouldn't be planning for the case where every single Twitter
 user uses your application ;-) When you get to 100 users, you request
 whitelisting. When you get to 2 users, your server will have a
 problem handling all the information and you'll need to get a second
 server anyway.

 Tom


 On 9/20/10 5:17 PM, Vijay wrote:
  I am not sure about 20k, but 150 is miniscule.
  If I am collecting stats on a bunch of users every hour for example, I
  can only
  collect on 150 users, which is tiny, compared to 140 million users
  Twitter has.
 
  How do the big companies manage?  For example, twittercounter claims to
  have stats on 10 million users...that is a LOT of data.
 
  On Mon, Sep 20, 2010 at 11:14 AM, Tom van der Woerdt i...@tvdw.eu
  mailto:i...@tvdw.eu wrote:
 
  20k per IP is a lot. It means that a server should make more than 5
  requests per second to hit the limit, which is a lot.
 
  About your options: no idea. Just make sure to use the proper
 functions
  and try not to hit the limits? :-) 150 is a lot as well, most Desktop
  clients don't hit it (didn't, until Lists came ^^).
 
  Tom
 
 
  On 9/20/10 4:56 PM, Vijay wrote:
   Hi,
  
   Newbie question, so please bear with me.
  
   I am experimenting with twitter API, but quickly found myself
 hitting
   the rate limit
   (150 without authentication, correct?)
  
   How do the big sites get over the rate limit (tweetstats,
  twittercounter
   etc)?
   Twitter's documentation says they can white list IPs, but would
 still
   allow only
   20k requests per hour.  Also, they would only white list apps that
 are
   already in
   production.  So if I just want to experiment / learn, this
  wouldn't work.
  
   What are my options?  There is no way I can have multiple IPs.
  
   Vijay.
  
   --
   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 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 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 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 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


Re: [twitter-dev] newbie question on rate limits

2010-09-20 Thread Vijay
OK Tom, will queue it and spread it, that should give me more room.

But that still doesn't answer the question - how do the big companies
manage?
Do they have multiple IPs?

On Mon, Sep 20, 2010 at 11:41 AM, Tom van der Woerdt i...@tvdw.eu wrote:

 Just don't and you'll be fine :-) Just queue the requests and spread
 them over a few hours. It may also help to setup a Twitter account, as
 it will allow you to make 350 requests per hour instead.

 Tom


 On 9/20/10 5:38 PM, Vijay wrote:
 
  You really shouldn't be planning for the case where every single Twitter
  user uses your application
 
  Haha, I agree.  Its just that I took a few thousand users randomly, and
  was playing
  with their publicly available stats, tweets etc and quickly hit the rate
  limit.  Hence
  this question.
 
  On Mon, Sep 20, 2010 at 11:21 AM, Tom van der Woerdt i...@tvdw.eu
  mailto:i...@tvdw.eu wrote:
 
  You really shouldn't be planning for the case where every single
 Twitter
  user uses your application ;-) When you get to 100 users, you request
  whitelisting. When you get to 2 users, your server will have a
  problem handling all the information and you'll need to get a second
  server anyway.
 
  Tom
 
 
  On 9/20/10 5:17 PM, Vijay wrote:
   I am not sure about 20k, but 150 is miniscule.
   If I am collecting stats on a bunch of users every hour for
 example, I
   can only
   collect on 150 users, which is tiny, compared to 140 million users
   Twitter has.
  
   How do the big companies manage?  For example, twittercounter
  claims to
   have stats on 10 million users...that is a LOT of data.
  
   On Mon, Sep 20, 2010 at 11:14 AM, Tom van der Woerdt i...@tvdw.eu
  mailto:i...@tvdw.eu
   mailto:i...@tvdw.eu mailto:i...@tvdw.eu wrote:
  
   20k per IP is a lot. It means that a server should make more
  than 5
   requests per second to hit the limit, which is a lot.
  
   About your options: no idea. Just make sure to use the proper
  functions
   and try not to hit the limits? :-) 150 is a lot as well, most
  Desktop
   clients don't hit it (didn't, until Lists came ^^).
  
   Tom
  
  
   On 9/20/10 4:56 PM, Vijay wrote:
Hi,
   
Newbie question, so please bear with me.
   
I am experimenting with twitter API, but quickly found
  myself hitting
the rate limit
(150 without authentication, correct?)
   
How do the big sites get over the rate limit (tweetstats,
   twittercounter
etc)?
Twitter's documentation says they can white list IPs, but
  would still
allow only
20k requests per hour.  Also, they would only white list
  apps that are
already in
production.  So if I just want to experiment / learn, this
   wouldn't work.
   
What are my options?  There is no way I can have multiple
 IPs.
   
Vijay.
   
--
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 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 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 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 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

Re: [twitter-dev] Re: newbie question on rate limits

2010-09-20 Thread Vijay
Thanks Justin, I missed this method.

On Mon, Sep 20, 2010 at 11:42 AM, Justin justin.carl...@gmail.com wrote:

 You can lookup 100 users per rate limited call, that should be plenty
 to play around with.

 http://apiwiki.twitter.com/Twitter-REST-API-Method:-users-lookup


 On Sep 20, 10:38 am, Vijay vijayaraghura...@gmail.com wrote:
  You really shouldn't be planning for the case where every single Twitter
  user uses your application
 
  Haha, I agree.  Its just that I took a few thousand users randomly, and
 was
  playing
  with their publicly available stats, tweets etc and quickly hit the rate
  limit.  Hence
  this question.
 
  On Mon, Sep 20, 2010 at 11:21 AM, Tom van der Woerdt i...@tvdw.eu
 wrote:
 
 
 
   You really shouldn't be planning for the case where every single
 Twitter
   user uses your application ;-) When you get to 100 users, you request
   whitelisting. When you get to 2 users, your server will have a
   problem handling all the information and you'll need to get a second
   server anyway.
 
   Tom
 
   On 9/20/10 5:17 PM, Vijay wrote:
I am not sure about 20k, but 150 is miniscule.
If I am collecting stats on a bunch of users every hour for example,
 I
can only
collect on 150 users, which is tiny, compared to 140 million users
Twitter has.
 
How do the big companies manage?  For example, twittercounter claims
 to
have stats on 10 million users...that is a LOT of data.
 
On Mon, Sep 20, 2010 at 11:14 AM, Tom van der Woerdt i...@tvdw.eu
mailto:i...@tvdw.eu wrote:
 
20k per IP is a lot. It means that a server should make more than
 5
requests per second to hit the limit, which is a lot.
 
About your options: no idea. Just make sure to use the proper
   functions
and try not to hit the limits? :-) 150 is a lot as well, most
 Desktop
clients don't hit it (didn't, until Lists came ^^).
 
Tom
 
On 9/20/10 4:56 PM, Vijay wrote:
 Hi,
 
 Newbie question, so please bear with me.
 
 I am experimenting with twitter API, but quickly found myself
   hitting
 the rate limit
 (150 without authentication, correct?)
 
 How do the big sites get over the rate limit (tweetstats,
twittercounter
 etc)?
 Twitter's documentation says they can white list IPs, but would
   still
 allow only
 20k requests per hour.  Also, they would only white list apps
 that
   are
 already in
 production.  So if I just want to experiment / learn, this
wouldn't work.
 
 What are my options?  There is no way I can have multiple IPs.
 
 Vijay.
 
 --
 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 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 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 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 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 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


Re: [twitter-dev] newbie question on rate limits

2010-09-20 Thread Vijay
Right, that makes sense.

On Mon, Sep 20, 2010 at 11:52 AM, Tom van der Woerdt i...@tvdw.eu wrote:

 Of course they do :-) Each server gets an IP and gets 2 requests per
 hour. With 20 servers that means 40 requests per hour. Besides, I'd
 assume that these services spread their requests properly and don't
 update every hour. Just because you have 2 requests per hour doesn't
 mean you can use them as much as you want. (API Terms of Service, I think.)

 Tom


 On 9/20/10 5:44 PM, Vijay wrote:
  OK Tom, will queue it and spread it, that should give me more room.
 
  But that still doesn't answer the question - how do the big companies
  manage?
  Do they have multiple IPs?
 
  On Mon, Sep 20, 2010 at 11:41 AM, Tom van der Woerdt i...@tvdw.eu
  mailto:i...@tvdw.eu wrote:
 
  Just don't and you'll be fine :-) Just queue the requests and spread
  them over a few hours. It may also help to setup a Twitter account,
 as
  it will allow you to make 350 requests per hour instead.
 
  Tom
 
 
  On 9/20/10 5:38 PM, Vijay wrote:
  
   You really shouldn't be planning for the case where every single
  Twitter
   user uses your application
  
   Haha, I agree.  Its just that I took a few thousand users
  randomly, and
   was playing
   with their publicly available stats, tweets etc and quickly hit
  the rate
   limit.  Hence
   this question.
  
   On Mon, Sep 20, 2010 at 11:21 AM, Tom van der Woerdt i...@tvdw.eu
  mailto:i...@tvdw.eu
   mailto:i...@tvdw.eu mailto:i...@tvdw.eu wrote:
  
   You really shouldn't be planning for the case where every
  single Twitter
   user uses your application ;-) When you get to 100 users, you
  request
   whitelisting. When you get to 2 users, your server will
 have a
   problem handling all the information and you'll need to get a
  second
   server anyway.
  
   Tom
  
  
   On 9/20/10 5:17 PM, Vijay wrote:
I am not sure about 20k, but 150 is miniscule.
If I am collecting stats on a bunch of users every hour for
  example, I
can only
collect on 150 users, which is tiny, compared to 140 million
  users
Twitter has.
   
How do the big companies manage?  For example, twittercounter
   claims to
have stats on 10 million users...that is a LOT of data.
   
On Mon, Sep 20, 2010 at 11:14 AM, Tom van der Woerdt
  i...@tvdw.eu mailto:i...@tvdw.eu
   mailto:i...@tvdw.eu mailto:i...@tvdw.eu
mailto:i...@tvdw.eu mailto:i...@tvdw.eu
  mailto:i...@tvdw.eu mailto:i...@tvdw.eu wrote:
   
20k per IP is a lot. It means that a server should make
 more
   than 5
requests per second to hit the limit, which is a lot.
   
About your options: no idea. Just make sure to use the
  proper
   functions
and try not to hit the limits? :-) 150 is a lot as well,
  most
   Desktop
clients don't hit it (didn't, until Lists came ^^).
   
Tom
   
   
On 9/20/10 4:56 PM, Vijay wrote:
 Hi,

 Newbie question, so please bear with me.

 I am experimenting with twitter API, but quickly found
   myself hitting
 the rate limit
 (150 without authentication, correct?)

 How do the big sites get over the rate limit
 (tweetstats,
twittercounter
 etc)?
 Twitter's documentation says they can white list IPs,
 but
   would still
 allow only
 20k requests per hour.  Also, they would only white
 list
   apps that are
 already in
 production.  So if I just want to experiment / learn,
 this
wouldn't work.

 What are my options?  There is no way I can have
  multiple IPs.

 Vijay.

 --
 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 developer documentation and resources:
http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues

[twitter-dev] Re: making twitter in asp.net

2010-09-01 Thread vijay parmar


On Aug 29, 9:12 pm, vijay parmar viju.supers...@gmail.com wrote:
 hello sir,
 i m vijay parmar,
 i m in 7th sem(B.E. IT)i m making a project of twitter in
 asp.net...
 i kindly need your help so plz give me some idea about making twitter
 in asp.net so i can start making my project work...

 give me reply as early possible

 vijay parmar

-- 
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] http://twitter.com/statuses/user_timeline/adaptuqa.json?count=5rand=8942 and basic authentication popup

2010-08-31 Thread Vijay
Hi,

I am trying to use this 
http://twitter.com/statuses/user_timeline/adaptuqa.json?count=5rand=8942
for getting statuses from my twitter web app and I keep getting this
Basic Authentication popup to enter my userid/pwd.I can type in the
url http://twitter.com/statuses/user_timeline/adaptuqa.json?count=5rand=8942
and it lets me access my statuses though in the browser(IE or Chrome).

How can I avoid this basic auth popup showing up for the public twees
from the adaptuqa a/c from my webapp ? I am using jquery with a $.ajax
call to the URL above. I am trying to access it from behind a proxy
firewall.

TIA,
Vijay

-- 
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] making twitter in asp.net

2010-08-30 Thread vijay parmar
hello sir,
i m vijay parmar,
i m in 7th sem(B.E. IT)i m making a project of twitter in
asp.net...
i kindly need your help so plz give me some idea about making twitter
in asp.net so i can start making my project work...

give me reply as early possible


vijay parmar

-- 
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] Search multiple words and filter it for multiple followed users

2010-07-23 Thread Vijay
Hi,

I am trying to search for multiple words and filter it down for
multiple users that I have.I have the list of users and I want to
search Twitter for the search terms and return results only from the
specified users. I tried this search URL to the API:
http://search.twitter.com/search.json?result_type=recentq=Money+juggle+OR+Taxes+from:leebrimelow+from:bvijaykrlang=enrpp=20

But this doesn't work.I have tried to use the twitter Advanced search
screen but it hasn't helped me that much.

A simple call like http://search.twitter.com/search?q=Finance+from:amy+from:tixd
works but returns just results from a user like tixd or amy without
filtering for the multiple words Finance or Money handling etc.

Any help is appreciated.
TIA,
Vijay


[twitter-dev] Drip results of tweets incremented by 1 over each update

2010-07-20 Thread Vijay
Hi,

I am trying to show tweets on the client side using juitter widget. I
want to display tweets sliding down by 1 tweet at each update cycle.I
tried to use the id from the latest search.json result and use it in
the since_id= in the next search but that doesn't get me the result i
desire.

Eg: search 
http://search.twitter.com/search.json?result_type=recentq=catrpp=10since_id=18974766258

where id=18974766258 was the last tweet returned the last time in the
search result.

TIA for any help,
Vijay


[twitter-dev] getting full list of followers from a private list: members.json?cursor=-1

2010-07-08 Thread Vijay
Hi,

Please pardon my ignorance on how to get all the results here.

I am trying to make a simple call like this to get the full list of
followers from my private list of about 150 folks.I get only the 1st
page results in the API call instead of all the 150 folks.This is the
API call i am trying to use.

http://api.twitter.com/1/bvijaykr/flexfollow/members.json?cursor=-1

I have also tried 
http://api.twitter.com/1/bvijaykr/flexfollow/members.json?cursor=-1300794057949944903
which returned a diff set of results.I also tried
http://api.twitter.com/1/bvijaykr/flexfollow/members.json which
returned the same 1st age of results as ?cursor=-1

The real account names have been changed here.

I have been trying to use this doc:
http://apiwiki.twitter.com/Twitter-REST-API-Method:-GET-list-members



TIA,
Vijay



[twitter-dev] Re: Web Application talking to twitter API

2010-06-13 Thread Vijay
HI Matt,

Thanks for your response.
I tried using the oauth token and secret for the x_auth_username and
x_auth_password but that did not work for the 2 legged oauth that I am
trying to achieve using Twitter4J so that I don't get prompted for the
browser authorization that I am trying to avoid.I have sent a request
to the twittter api folks about it.I am not sure if that is the right
way to proceed.

Just to clarify.I have my own Twitter account and I have  a web
application that wants to access my Twitter account private list of
followers.So, I setup a Twitter a/c and also an Application under that
a/c which gave me a consumer key/secret.Now, I have a web application
which accesses this Twitter a/c to get the private list of followers
without prompting a Browser prompt for user authorization(server to
server backend using 2 legged Oauth maybe ???)

TIA,
Vijay

On Jun 12, 12:07 pm, Matt Harris thematthar...@twitter.com wrote:
 Hi Vijay,

 If you only want access to your own account then you can visit the
 application details for your application onhttp://dev.twitter.com/apps. On
 that page you will find an option called My Access Token. This option will
 display the user token and secret for you to be able to access your
 application.

 Remember, this is only suited for your own account on your own application.

 Hope that helps,
 Matt



 On Fri, Jun 11, 2010 at 11:06 PM, Vijay bvija...@gmail.com wrote:
  Hi,

  Pardon my ignorance here as a 1st time poster.
  My actual requirement:
  My web app using jQuery/Juitter needs to access my twitter account's
  private List of people I am following.

  I am trying to use a proxy service with a java servlet on the
  serverside to access the Twitter API.Basic Auth is not going to work
  and the next option was OAuth which lead me to the server-side
  solution with java/Twitter4J.

  I need to get a Browserless authorization exchange for my web
  application.Ideally, I would like to use the Consumer key and secret
  instead of username and password but I do not want to display the
  Authorization page for the backend access from my web application to
  my twitter account via the Twitter API to happen.Curently, I am trying
  to use Twitter4J to access the API with the Consumer key and secret
  and get a 401 authentication credentials error.

  I have looked at this post which asks to provide username and password
  in the POST.Is xAuth the option I should use for my web app to access
  my twitter account's private List of people I am following ?

 http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-oauth-access_to...

  Appreciate any feedback for a newcomer with Twitter.

  Vijay

 --

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


[twitter-dev] Web Application talking to twitter API

2010-06-12 Thread Vijay
Hi,

Pardon my ignorance here as a 1st time poster.
My actual requirement:
My web app using jQuery/Juitter needs to access my twitter account's
private List of people I am following.

I am trying to use a proxy service with a java servlet on the
serverside to access the Twitter API.Basic Auth is not going to work
and the next option was OAuth which lead me to the server-side
solution with java/Twitter4J.

I need to get a Browserless authorization exchange for my web
application.Ideally, I would like to use the Consumer key and secret
instead of username and password but I do not want to display the
Authorization page for the backend access from my web application to
my twitter account via the Twitter API to happen.Curently, I am trying
to use Twitter4J to access the API with the Consumer key and secret
and get a 401 authentication credentials error.

I have looked at this post which asks to provide username and password
in the POST.Is xAuth the option I should use for my web app to access
my twitter account's private List of people I am following ?

http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-oauth-access_token-for-xAuth

Appreciate any feedback for a newcomer with Twitter.

Vijay


[twitter-dev] Re: Regarding the retrieval of Tweets for a user

2009-12-16 Thread vijay sai
Hi Cameron Kaiser

Thanks for your reply . That was of great help.


On Dec 15, 4:07 am, Cameron Kaiser spec...@floodgap.com wrote:
  Is it possible to retrievetweetsfor a givenuserusingtheapi. If
  so could anyone explain how to use theapito solve the purpose.

 Start with statuses/user_timeline.

 http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-statuses-user_t...

 --
  personal:http://www.cameronkaiser.com/--
   Cameron Kaiser * Floodgap Systems *www.floodgap.com* ckai...@floodgap.com
 -- A kindness done today is the surest way to a brighter tomorrow. -- 
 Anonymous


[twitter-dev] Regarding the retrieval of Tweets for a user

2009-12-14 Thread vijay sai
Hi All ,

Is it possible to retrieve tweets for a given user using the api. If
so could anyone explain how to use the api to solve the purpose.


Thanks in Advance
Vijay Sai