TwitterAPI missing JSONP Callback
TwitterAPI missing JSONP Callback
| Issue ID: | 560 |
| Issue Category: | compatibility |
| Component: | api |
| Priority: | normal |
| Status: | fixed |
| Assigned: | zach |
| Version: | 0.5 |
| Milestone: | 1.0 |
| Keywords: | json, jsonp, twitter |
In the Twitter API, when querying the User Statuses, there is an option to specify a callback which the JSON result will be surrounded by. This is useful for placing a user's Twitter feed on a blog or other website. An example of this is available at http://blog.foxxtrot.net/ on the right sidebar.
The Twitter-compatible API in Laconica does not support this option.
| Attachment | Size |
|---|---|
| 560_twitapistatuses.diff | 515 bytes |

Updates
#1
The above Diff adds basic support for this. It's currently untested, as I don't have access to my server at this very moment, but I wanted to get it out there to show what was expected.
#2
Fixed in 0.6.
You can also subscribe to the
RSS feed for updates to this issue.