On 4/20/10 6:41 AM, Chris Duke wrote:
Great product. I'm in a pre-launch phase and I'm trying to get it
connected with Ping.fm. I've documented all of my info in this
topic:
http://forum.status.net/discussion/comment/2523/
Please let me know if this is possible, or if something needs to be
developed. I'm holding off on an official launch until I know.
Hi Chris --
From your description in the forum thread, I think the most likely
problem is with HTTP authentication for the API.
Try adding these lines into your .htaccess, which should help if the
site's set up using PHP in CGI mode. (They're given as commented-out
examples in htaccess.sample, so if you have trouble getting things in
the right order just cut-n-paste from there and adjust things.)
RewriteCond %{HTTP:Authorization} ^(.*)
RewriteRule ^(.*) - [E=HTTP_AUTHORIZATION:%1]
-- brion vibber (brion @ status.net)
_______________________________________________
StatusNet-dev mailing list
[email protected]
http://lists.status.net/mailman/listinfo/statusnet-dev