A program to recognize and reward our most engaged community members
https://graph.facebook.com/v13.0/%{comment-id}/comments?access_token=%{access-token}&debug=all&fields=id%2Cmessage&format=json&method=get&pretty=0&suppress_http_code=1&transport=cors
<?xml version="1.0" encoding="UTF-8"?><process version="9.10.007"> <context> <input/> <output/> <macros/> </context> <operator activated="true" class="process" compatibility="9.10.007" expanded="true" name="Process"> <parameter key="logverbosity" value="init"/> <parameter key="random_seed" value="2001"/> <parameter key="send_mail" value="never"/> <parameter key="notification_email" value=""/> <parameter key="process_duration_for_mail" value="30"/> <parameter key="encoding" value="SYSTEM"/> <process expanded="true"> <operator activated="true" class="text:create_document" compatibility="9.4.000" expanded="true" height="68" name="Create Document" width="90" x="45" y="34"> <parameter key="text" value="{"data": [ { "color": "purple", "type": "minivan", "capacity": "7" }, { "color": "red", "type": "station wagon", "capacity": "5" } ]}"/> <parameter key="add label" value="false"/> <parameter key="label_type" value="nominal"/> </operator> <operator activated="true" class="web:json_to_xml" compatibility="9.7.000" expanded="true" height="68" name="JSON to XML" width="90" x="179" y="34"> <parameter key="enclosing_tag_name" value="json"/> </operator> <operator activated="true" class="text:write_document" compatibility="9.4.000" expanded="true" height="82" name="Write Document" width="90" x="313" y="34"> <parameter key="overwrite" value="true"/> <parameter key="encoding" value="SYSTEM"/> </operator> <operator activated="true" class="advanced_file_connectors:read_xml" compatibility="9.10.007" expanded="true" height="68" name="Read XML" width="90" x="447" y="34"> <parameter key="file" value=""/> <parameter key="xpath_for_examples" value="//json/data"/> <enumeration key="xpaths_for_attributes"> <parameter key="xpath_for_attribute" value="color[1]/text()"/> <parameter key="xpath_for_attribute" value="type[1]/text()"/> <parameter key="xpath_for_attribute" value="capacity[1]/text()"/> </enumeration> <parameter key="use_namespaces" value="true"/> <list key="namespaces"/> <parameter key="use_default_namespace" value="false"/> <parameter key="parse_numbers" value="true"/> <parameter key="decimal_character" value="."/> <parameter key="grouped_digits" value="false"/> <parameter key="grouping_character" value=","/> <parameter key="infinity_representation" value=""/> <parameter key="date_format" value=""/> <list key="annotations"/> <parameter key="time_zone" value="SYSTEM"/> <parameter key="locale" value="English (United States)"/> <parameter key="read_all_values_as_polynominal" value="false"/> <list key="data_set_meta_data_information"/> <parameter key="read_not_matching_values_as_missings" value="true"/> <parameter key="datamanagement" value="double_array"/> <parameter key="data_management" value="auto"/> </operator> <operator activated="true" class="rename_by_replacing" compatibility="9.10.007" expanded="true" height="82" name="Rename by Replacing" width="90" x="581" y="34"> <parameter key="attribute_filter_type" value="all"/> <parameter key="attribute" value=""/> <parameter key="attributes" value=""/> <parameter key="use_except_expression" value="false"/> <parameter key="value_type" value="attribute_value"/> <parameter key="use_value_type_exception" value="false"/> <parameter key="except_value_type" value="time"/> <parameter key="block_type" value="attribute_block"/> <parameter key="use_block_type_exception" value="false"/> <parameter key="except_block_type" value="value_matrix_row_start"/> <parameter key="invert_selection" value="false"/> <parameter key="include_special_attributes" value="false"/> <parameter key="replace_what" value="[.*"/> <parameter key="replace_by" value=""/> </operator> <connect from_op="Create Document" from_port="output" to_op="JSON to XML" to_port="document"/> <connect from_op="JSON to XML" from_port="document" to_op="Write Document" to_port="document"/> <connect from_op="Write Document" from_port="file" to_op="Read XML" to_port="file"/> <connect from_op="Read XML" from_port="output" to_op="Rename by Replacing" to_port="example set input"/> <connect from_op="Rename by Replacing" from_port="example set output" to_port="result 1"/> <portSpacing port="source_input 1" spacing="0"/> <portSpacing port="sink_result 1" spacing="0"/> <portSpacing port="sink_result 2" spacing="0"/> </process> </operator> </process>