https://www.steemdocs.com/api/javascript/broadcast/comment.html
You can filter the json_metadata
, it usually contains the app where the post got created.
https://www.steemdocs.com/api/javascript/broadcast/comment.html
You can filter the json_metadata
, it usually contains the app where the post got created.
how would i go about that though?
cause doing { json_metadata: JSON.stringify({app: "chainbb/0.2"}), limit: 10 }
doesn't do the trick.
thanks this was super useful