Hi, all. I’m building an EE site that I’m integrating with a 3rd party API. I have an interface to that site’s data and want to submit data directly from there into a weblog I have set up. I am pretty sure I’m posting (via Ajax) all of the correct fields to the same script that is used by weblog submissions within the Control Panel, but the response I get back from EE is the weblog form, not the entry preview, as I expect. Also, the submissions do not show up when I go into the “Edit” tab in the Control Panel.
Is what I’m trying to do not allowed? Does anyone know how EE might be detecting that the submission is coming from outside the Control Panel? Referrer? XmlHTTPRequest header? Is this something I could hack around, possibly?
Thanks,
-Andrew