aboutsummaryrefslogtreecommitdiffstats
path: root/facebook/facebook-json.c
Commit message (Collapse)AuthorAgeLines
* Updated copyright dates for 2015jgeboski2015-03-05-1/+1
|
* facebook-json: add fb_json_str_escape() to properly escape messagesdequis2015-03-01-0/+32
| | | | | | | | Fixes issues such as losing messages that include a quote character. Only escapes the minimum needed to work - control characters, backslashes and quotes. UTF-8 chars are still valid json, so they are sent as-is.
* Implemented user authenticationjgeboski2015-01-03-0/+316