rw950431 said
Did you try GET instead of POST for the method? You may also need to urlencode some of the characters in your string (such as the comma, space and exclamation mark)- perhaps just try with template=Hello for a start.
Thanks rw950431!
access_token certain '|', it's reason.
I try '%7C' instead of '|' and it work.