Thanks Jeremy! I’m already doing this. The problem is that I would like to be able to authorise my application without having to get into this intermediary screen where I have to actually click “Authorize”. How can I do that?
Jeremy,
Thanks for the reply! I do use OAuth2 to authenticate. Do you have any examples on how I can do this using CURL?
Thanks,
George
I am trying to attach an image to a post using the update_post with cURL. I am creating the File Field and setting the path to the file, however the attachment is not being uploaded or attached to the post i.e. I am not seeing any additional post of type=attachment being created in the database.
Is anyone using the update_post function to attach images to posts?