Files
2012-02-21 01:15:00 -05:00

1 line
5.5 KiB
JSON

[{"user_id": 16271, "stars": [], "topic_id": 10567, "date_created": 1299182606.4801979, "message": "OK - I'm about to link to a screencap of what I have so far for your review", "group_id": 2780, "id": 263004}, {"user_id": 1, "stars": [], "topic_id": 10567, "date_created": 1299182548.817389, "message": "/cc @etmaguire", "group_id": 2780, "id": 263000}, {"user_id": 16271, "stars": [], "topic_id": 10567, "date_created": 1299183272.758605, "message": "Yeah where it says \"Here is some chatter from Convore\" - that actually is from Convore", "group_id": 2780, "id": 263086}, {"user_id": 16271, "stars": [], "topic_id": 10567, "date_created": 1299182488.1852319, "message": "Almost done with the WP plugin and I screencapped the dino logo from the upper left of the screen for development but I was wondering if there was an official small logo for use with third party web sites (ie. for a WP plugin to link to a topic on Convore from a post)?", "group_id": 2780, "id": 262993}, {"user_id": 16271, "stars": [], "topic_id": 10567, "date_created": 1299182736.849596, "message": "OK here is a link to what I'm talking about - alas the screen capture here doesn't show the On Hover for the logo that implies that it's clickable and links you to the topic http://www.michaelridley.info/wp-content/uploads/2011/03/screenshot-3.png", "group_id": 2780, "id": 263020}, {"user_id": 1, "stars": [], "topic_id": 10567, "date_created": 1299182577.2344389, "message": "@mridley I think we've got one, but I don't know for sure", "group_id": 2780, "id": 263002}, {"user_id": 1, "stars": [], "topic_id": 10567, "date_created": 1299182600.076189, "message": "@mridley Eric will be able to chime in", "group_id": 2780, "id": 263003}, {"user_id": 1, "stars": [], "topic_id": 10567, "date_created": 1299183170.4358039, "message": "@mridley Cool!", "group_id": 2780, "id": 263076}, {"user_id": 1, "stars": [], "topic_id": 10567, "date_created": 1299183287.7099681, "message": "Neat :)", "group_id": 2780, "id": 263092}, {"user_id": 1, "stars": [], "topic_id": 10567, "date_created": 1299183575.049377, "message": "We're decoding it, are you sure it's not being double-encoded?", "group_id": 2780, "id": 263134}, {"user_id": 16271, "stars": [{"date_created": 1299183445.6843519, "user_id": 1}], "topic_id": 10567, "date_created": 1299183411.6927299, "message": "http://www.michaelridley.info/wp-content/uploads/2011/03/screenshot-1.png", "group_id": 2780, "id": 263115}, {"user_id": 1, "stars": [], "topic_id": 10567, "date_created": 1299183453.281496, "message": "That's really cool!", "group_id": 2780, "id": 263120}, {"user_id": 1, "stars": [], "topic_id": 10567, "date_created": 1299183560.0692861, "message": "hmm", "group_id": 2780, "id": 263131}, {"user_id": 1, "stars": [], "topic_id": 10567, "date_created": 1299183196.939332, "message": "@mridley Does that fill in with some messages?", "group_id": 2780, "id": 263079}, {"user_id": 16271, "stars": [{"date_created": 1299183446.889729, "user_id": 1}], "topic_id": 10567, "date_created": 1299183426.552808, "message": "http://www.michaelridley.info/wp-content/uploads/2011/03/screenshot-2.png", "group_id": 2780, "id": 263117}, {"user_id": 16271, "stars": [], "topic_id": 10567, "date_created": 1299183507.622432, "message": "although I am still having that issue with text encoding - I call PHP's urlencode() to escape stuff like \"&\" in the WP post topic but when I pass that to Convore the Convore topic has the escaped content", "group_id": 2780, "id": 263123}, {"user_id": 16271, "stars": [], "topic_id": 10567, "date_created": 1299183609.851248, "message": "it might be - I will look at it further - haven't touched that code in a few days, may be doing something wrong on my end", "group_id": 2780, "id": 263137}, {"user_id": 16271, "stars": [{"date_created": 1299183353.392977, "user_id": 1}], "topic_id": 10567, "date_created": 1299183305.724122, "message": "and then it automatically creates Convore topics when you create posts (well there's an option about what you want the default to be)", "group_id": 2780, "id": 263099}, {"user_id": 16271, "stars": [], "topic_id": 10567, "date_created": 1299183286.9283121, "message": "The dino logo links you to the topic", "group_id": 2780, "id": 263091}, {"user_id": 16271, "stars": [], "topic_id": 10567, "date_created": 1299183345.3490331, "message": "only thing that's not ideal is right now the Convore discussion replaces the existing comments. Would be nice to have them coexist but this is my first WP plugin so it's not apparent to me the best way to do that. But it will be open source so whatever, other people can improve it", "group_id": 2780, "id": 263108}, {"user_id": 16271, "stars": [], "topic_id": 10567, "date_created": 1299184919.3157289, "message": "If I remove my encoding then the topic is truncated on \"&\" But if I add encoding I get topics like More%20%26%23038%3B%20More So I dunno...but it doesn't seem to be double encoded. The API I'm hitting in this case is https://convore.com/api/groups/:group_id/topics/create.json", "group_id": 2780, "id": 263404}, {"user_id": 16271, "stars": [], "topic_id": 10567, "date_created": 1299183475.0847189, "message": "Thanks! Hopefully will have it ready to release and upload to WP plugins directory today", "group_id": 2780, "id": 263121}, {"user_id": 16271, "stars": [], "topic_id": 10567, "date_created": 1299184320.633801, "message": "@ericflo Looked again - does not seem to be double encoded. I'll keep looking into it - I must be missing something obvious if you are decoding on your end. Just not sure yet what obvious thing I'm missing...", "group_id": 2780, "id": 263328}]