#known 2017-03-02

2017-03-02 UTC
[kevinmarks], [acegiak_net], DataComputist1, ben_thatmustbeme, [cleverdevil], funwhilelost, tantek, rgomole, loicm, loicm_ and mapkyca joined the channel
#
dgold
hey - anyone played with the idno/known API?
#
dgold
just wondering what the json payload would be to trigger syndication to twitter (presuming the twitter plugin is installed)
jeremycherfas joined the channel
#
mapkyca
yep. basically you send the same parameters in your query as the form - so post to /status/edit to make a status update, activating the appropriate syndication channel. making a get to the same will return a bunch of fields, including the syndication options available. You can watch the post in your browser dev tools to see what variables are being sent...
#
mapkyca
see my bash api tool for an example of the signed curl
jeremycherfas_ and jeremycherfas joined the channel
#
dgold
yeah, I have signed JSON payloads working - that's not the issue
#
dgold
its the content of the syndicate-to fields I don't have - didn't think to look at browser dev tools - woudn't know where to start
#
mapkyca
watch the network tab while making a post, should tell you what you need to know
[keithjgrant], [terminalpixel], tantek, [kevinmarks], [barryf] and travis-ci joined the channel
#
travis-ci
idno/Known#3647 (master - dda8422 : Marcus Povey): The build has errored.
[cleverdevil] and j12t joined the channel
#
jeremycherfas
Dgold: Are you still on 0.9.1?
#
jeremycherfas
Does anyone know, is there any easy way to add an icon to a post to indicate the kind of entry that it is, like photo, or bookmark, or status?
[keithjgrant] and [kevinmarks] joined the channel
#
[kevinmarks]
You mean in css, or as an emoji in the post?
#
jeremycherfas
Either would do, I suppose. I want something that will be shown in the title so that I can use it in an RSS feed.
#
dgold
mapkyca: I'm afraid I'm coming up with nothing that works
#
dgold
the line _appears_ to be :
#
dgold
"syndicate[]","twitter::_dgoldsmith"
#
dgold
but encoding that directly in the APItester doesn't syndicate
tantek and [kevinmarks] joined the channel
#
[kevinmarks]
If you want it in the title, then emoji is your best bet
j12t, [kevinmarks] and srcr joined the channel