I need to modify drafts using custom data from database and then publish it
You have to POST the data somehow, or send it via GET (not good if you have a lot of data, and not really the intended purpose of GET anyway). It is really hard to tell exactly what your problem is though. The options that come to my mind are: Use the AJAX API (even … Read more