> GET /person/30...023/post/ HTTP/1.1
Host: api-yaru.yandex.ru
Accept: application/x-yaru-atom+json; type=feed
Authorization: OAuth 3956728...
< HTTP/1.1 500 Internal Server Error
< Content-Type: text/plain
< Transfer-Encoding: chunked
< Date: Fri, 18 Nov 2011 10:03:22 GMT
< Server: lighttpd/1.4.26
<
* Connection #0 to host api-yaru.yandex.ru left intact
* Closing connection #0
А если просто запрашиваю профиль все хорошо.
> GET /person/30...023/ HTTP/1.1
Host: api-yaru.yandex.ru
Accept: application/x-yaru+json; type=person
Authorization: OAuth 3956728...
< HTTP/1.1 200 OK
< Vary: Accept-Encoding
< ETag: "9da0724063c7721c7af92daeb576c31bd605ffd3"
< Content-Type: application/x-yaru+json; type=person
< Transfer-Encoding: chunked
< Date: Fri, 18 Nov 2011 10:06:23 GMT
< Server: lighttpd/1.4.26
<
* Connection #0 to host api-yaru.yandex.ru left intact
* Closing connection #0
Вообще любые запросы atom выдают 500.