[twitter-dev] Re: getting Authenticated feeds using java script

2009-11-05 Thread lane.montgomery
Perhaps if you switch to OAUTH you can make calls in javascript without worrying about sending the user's password in plain text and avoid having the pop-up login window. On Nov 5, 2:22 am, anix ani...@gmail.com wrote: Hi Friends, i was trying to access few of the user authenticated feeds

[twitter-dev] Re: How to automatically return to my app from a Twitter registration

2009-11-05 Thread lane.montgomery
The OAUTH method has a return URL that you give Twitter when you register your app. After user authentication, Twitter POSTs variables back to that link so you can store the keys for the user and start making calls. On Nov 4, 4:48 pm, dhynesok dhyne...@yahoo.com wrote: I've seen where, from a

[twitter-dev] Problems getting other people's friend list or follower list

2009-11-03 Thread lane.montgomery
Hi, just signed up for the forum and posting a new topic. Gotta love people like me, but I really need the help. When I make a call to the API like this: $user1results = $to-OAuthRequest('https://twitter.com/friends/ ids/'.$user1.'.json', array(), 'GET'); or this: $user1results =

[twitter-dev] Re: Problems getting other people's friend list or follower list

2009-11-03 Thread lane.montgomery
Problem solved. On Nov 3, 7:03 am, lane.montgomery lane.montgom...@gmail.com wrote: Hi, just signed up for the forum and posting a new topic. Gotta love people like me, but I really need the help. When I make a call to the API like this:     $user1results = $to-OAuthRequest('https