Re: = 0

2008-11-07 Thread vks
Thanks fastest963, your are correct it was the issue, i already fix it. Thanks, VKS. On Nov 7, 8:52 am, fastest963 [EMAIL PROTECTED] wrote: hey alex! The problem is that he happened to have post enabled. @vks comment out curl_setopt($ch, CURLOPT_POST, 1); or change it to curl_setopt($ch,

IS Twitter Support OPEN ID?

2008-11-07 Thread vks
Hi, Anyone know twitter is support open id? reply is highly appreciated. Thanks, VKS

Re: retrieve user details

2008-11-07 Thread Mario Menti
On Fri, Nov 7, 2008 at 9:35 AM, vks [EMAIL PROTECTED] wrote: Can we retrieve user details using his username and password through twitter API? reply is highly appreciated. Please read the API documentation: http://apiwiki.twitter.com/REST+API+Documentation#UserMethods

Re: Simple way to add What are you doing? update box to a site

2008-11-07 Thread drupalot
Thanks Alex. After looking into this further, I eventually found the following PHP/curl snippet that seems to plug into the status update API very well and do what I was trying to do. I tested it and it works, even authenticates, but lacks the actual html text area where the user (really just me)

'since' parameter for friends method

2008-11-07 Thread David
Hello, I'm trying to use the 'since' parameter (on the URL via a GET call) when retrieving the list of friends: http://twitter.com/statuses/friends.format No matter what date or format for the date I use, it seems I always get all friends back. Can you confirm this parameter indeed works.