Hi,
I'm trying to migrate my existing AuthSub blogger posting functions
over to use OAuth
[ http://code.google.com/apis/accounts/docs/OAuth_ref.html ]

I now have the OAuth Pecl extension installed and working on my PHP
server
[ http://us2.php.net/manual/en/book.oauth.php ]

I have been able to successfully get the required Access token and
Secret  and Authorization to then use them to list the users' blogs in
order for them to choose one and store the blog id required for
posting.

I am now stuck at actually creating a post

Has anyone had any luck at all using the PHP Pecl extension to create
a new blogger post?

I know I have to send the 'extra_parameters' as as array -to the OAuth
call to http://www.blogger.com/feeds/".$blogId."/posts/default

.. to send the entry

Using AuthSub I used curl to set the Content-Type header to
'application/atom+xml' along with the signed header  and add the post
content atom and xhtml as a post parameter to the  post url

But I have no idea how to do this with the OAuth Pecl 'fetch'
function.

if anyone could help or provide any pointers, that would be great
thanks!!
-- 
You received this message because you are subscribed to the Google Groups 
"OAuth" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/oauth?hl=en.


Reply via email to