sure, can stick the param string in a variable and use variable in the curl_setopt. as long as it's a param string being passed to curl, it should work fine....
Yes, the code started working as soon as I started passing the variables as if they were part of the URL. I'll keep looking into cURL to see what's going on...
BTW, you can follow my code updates on Twitter. http://twitter.com/dwcodeupdates I plan to turn this into an RSS feed with a <cloud> element shortly. Dave...
Jeremy, I just changed the cloud server so that it will accept the parameters on the URL, as if it were a GET in addition to in the request body. So my guess...
The angry beast that is cURL strikes again... I don't get it. I'll have to study more. :) If I pass the POST parameters as an array to cURL, your end sees it...
Try it again, I bet you get a different error message (since I just changed how it handles the error I mentioned in the previous post). I don't know what cURL...
I just spent a little time staring at the server-side code and I take back what I said about it likely being an error on my end. That's the error message you'd...
I just tried it and did not hit this problem. Here's the code I used. local (apiurl = "http://rpc.rsscloud.org:5337/rsscloud/pleaseNotify", params); new...
Hi all, I just started diving in tonight, so I'm still absorbing and catching up. Chose to go the http-post method first because I thought it'd be easy with...
... That's a great story. When my band plays we demand a bowl of acid tabs, no brown dots. We have other demands too, but decorum prohibits me, plus none of...
Since name resolution is inherently centralized, aren't we trading one vulnerable system for another? Couldn't a hacker take down the name server just as...
Makes sense to me. The way mine works is the aggregator caches the feed for like a year. When notified of an update another process just updates the cache, so...
Read this great piece about Van Halen and the reason why they put the bit about brown M&M's in their contract. http://www.snopes.com/music/artists/vanhalen.asp...
Sean, I think this time around we should use ttl and skipHours and skipDays, and we should test apps carefully and rate them on whether they respect these...
Folks: Been thinking about how polling should work in RSSCloud. I know the concept, if you haven't heard from a server in an hour pull the RSS file, if there...
... or : - The Profile URL is the global id of a microblog (à la openId) : ex : http://lifeliner.org/davewiner ex : http://twitter.com/davewiner (you get the...
I'm looking in the feeds and not seeing the cloud elements (eg. http://thehour.com/rss). Am I looking in the right place? Yes, sorry. I reverted back to the...
I noticed "rsscloud" was available as a username on Twitter so I grabbed it. I'm sure I can think of something cool to pipe to it. If the community can think...
An experimental web service that returns the OPML subscription list for a Twitter user. http://rsscloud.org/twitterSubscriptionlists.html An essential element...
This list is for discussion of implementation of the rssCloud protocol as discussed on http://rsscloud.org/. At least at first the list is moderated, to keep...