You are viewing a single comment's thread from:
RE: [Steem-JS] How would i go about just getting posts made with a certain app?
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