i’m working on sliverlight wrapper for wp7. This app is on https://github.com/slodge/face. As you see, this app works well, but I want to change one thing: Return JSON response together with mood attribute(which is absent). According to documentation, http://developers.face.com/docs/api/faces-detect/, it can be solved by specifying attributes=all in request url. After I changed it in code, 
Nothing happened. I suppose I made it in wrong way. What I have to do? Where I have to change url?
Try this: (Added attributes param to the detect/recognize methods)
And call the detect method normally.
Lior
Face.com Team