[twitter-dev] Re: Trying to generate list of names and screennames

2009-05-18 Thread Lorraine
'.$userid./p;//status } // close curl resource curl_close($ch); ? On Mon, May 18, 2009 at 11:54 AM, Abraham Williams 4bra...@gmail.comwrote: Try using http://twitter.com/statuses/friends.xml instead. On Sun, May 17, 2009 at 13:38, Lorraine lorrainema...@gmail.com wrote: Hope someone can

[twitter-dev] Help converting Basic Auth to oAuth

2010-09-29 Thread Lorraine
this: require_once('twitteroauth.php'); $connection = new TwitterOAuth('app consumer key', 'app consumer secret', 'my access token', 'my access token secret'); $connection-format = 'xml'; Can anyone help? Thanks very much Lorraine -- Twitter developer documentation and resources: http

[twitter-dev] Re: Help converting Basic Auth to oAuth

2010-09-30 Thread Lorraine
very much :) Lorraine -- 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: Help converting Basic Auth to oAuth

2010-09-30 Thread Lorraine
($tweeters-status as $twit1) { etc. Thanks again, Lorraine On Fri, Oct 1, 2010 at 2:13 AM, Abraham Williams 4bra...@gmail.com wrote: Make sure you reset your consumer key on http://dev.twitter.com/apps and try not to post them in public in the future. This should work. I switched it to json

Re: [twitter-dev] Re: Help converting Basic Auth to oAuth

2010-09-30 Thread Lorraine
Also wanted to mention that the original code is based on the tutorial here: http://papermashup.com/using-the-twitter-api/ and the data is automatically inserted into a database. Thanks, Lorraine Thank you so much, Abraham! I'm getting an error String could not be parsed as XML now

Re: [twitter-dev] Re: Help converting Basic Auth to oAuth

2010-10-01 Thread Lorraine
Thanks again, but now am getting: Warning: Invalid argument supplied for foreach() It looks correct to me, so I'm confused about the warning. Thanks Lorraine On Fri, Oct 1, 2010 at 3:54 AM, Abraham Williams 4bra...@gmail.com wrote: You don't need the cURL and XML code. require_once