RE: Blogging APIs

2004-08-09 Thread Matthew Walker
You need Roger Benningfield's CFC: http://support.journurl.com/users/admin/index.cfm?mode=article &entry=362 Roger's weblog is a goldmine of info for this topic. Also you need to work around the fact cf doesn't set the content-length var. Put something like this in your response. #xmlResp

Re: Blogging APIs

2004-08-09 Thread Roger Benningfield
Jake: They're not FORM posts... they're raw XML. GetHttpRequestData().content is your friend. -- Roger Benningfield work: http://journurl.com/ blog: http://admin.support.journurl.com/ [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support

Re: Blogging APIs

2004-08-10 Thread Jake .
>You need Roger Benningfield's CFC: > >http://support.journurl.com/users/admin/index.cfm?mode=article > >&entry=362 > >Roger's weblog is a goldmine of info for this topic. Yes, Roger's site has some great stuff, but I'm new enough at this particular piece that I'm need some ground zero help. Roge

Re: Blogging APIs

2004-08-10 Thread John Beynon
i've been playing with this all morning since this thread appeared. Using the CFC i''ve now got Newzcrawler to be able to add posts to my blogsit's pretty cool once you get going. You need to construct the array to pass into the xmlrpc CFC. Use the debugger to test the results, jb. On Tue, 10

Re: Blogging APIs

2004-08-10 Thread John Beynon
oh and i started out by cfdumping the rpcCall into an email to see what methods the blogging client was attempting to call then i created a big cfswitch on rpccall.method to deal with each method, jb. On Tue, 10 Aug 2004 14:23:03 +0100, John Beynon <[EMAIL PROTECTED]> wrote: > i've been playing w

Re: Blogging APIs

2004-08-10 Thread Roger Benningfield
> For instance, Roger you mention abovei using GetHttpRequestData()... > but how? Jake: Today is my birthday, so I'm not going to be able to go into anything extensive here. And there's only so in-depth I can be anyway, since blogging is my business and there's a fine line between being helpful a