PDA

View Full Version : Content_text Add thread REST API


kevinng
01-11-2021, 12:20 PM
I tried to make a HTTP REST API call with api_m=content_text.api and data = ['authorname'=>'kev','created'=>'2021-01-01 00:00:00','description'=>'This is a description','htmltitle'=>'%3Cstrong%3Ethis%20is%20a%20title%3C%2Fstrong%3E' ,'lastauthorid '=>'2','lastcontent'=>'2021-01-01 00:00:00','lastcontentauthor'=>'kev','pagetext'=>'this is a page text','parentid'=>'16','publisheddate'=>'2021-01-01 00:00:00','rawtext'=>'this is a raw text','title'=>'this is a title','userid'=>'2'].

The response I gotten back was "invalid_api_signature".

From http://vb5support.com/resources/api/...tml#method_add

Seeking advice from all experts!