<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 12 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link=blue vlink=purple><div class=WordSection1><p class=MsoNormal>Hello All,<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>I have implemented FxAccountClient login in C++ and <o:p></o:p></p><p class=MsoNormal>I am able to get the response from server. The format <o:p></o:p></p><p class=MsoNormal>of the response is given below:<o:p></o:p></p><p class=MsoNormal>{"uid":"419fbaeba5514108a0560c85a61b6058",<o:p></o:p></p><p class=MsoNormal>"sessionToken":"6c5504e5316339b9d2307e4fa5855468671aa16a79ea6cce775e1ab5bdbf7ca7",<o:p></o:p></p><p class=MsoNormal>"keyFetchToken":"66ba00c4c1cd931d32393acda76c16ef1f17e9276287cba91303862a17b6011f",<o:p></o:p></p><p class=MsoNormal>"verified":true,<o:p></o:p></p><p class=MsoNormal>"authAt":1403498957}<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Now for fetching sync keys, I have implemented HAWK and<o:p></o:p></p><p class=MsoNormal>have added the hawk id  in the header part of  HTTP GET request to <o:p></o:p></p><p class=MsoNormal><a href="https://api.accounts.firefox.com/v1/account/keys/">https://api.accounts.firefox.com/v1/account/keys/</a>.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>The format of this header is given below:<o:p></o:p></p><p class=MsoNormal>Authorization: Hawk id="b5206ff2fff8dc820e7d79619d4667e025cc7f2408b39aefcb79d81feda72df0", ts="1407214856", nonce="6d+eTkvVMxs=", mac="nB9QStgea9a68ChtPFYWgsFl1NoTTobKFurtaLtfGwo="<o:p></o:p></p><p class=MsoNormal><o:p></o:p></p><p class=MsoNormal>Now, after  sending this request to Firefox sync server I am getting an<o:p></o:p></p><p class=MsoNormal>error message given below:<o:p></o:p></p><p class=MsoNormal>{"code":404,"errno":999,"error":"Not Found","message":"Unspecified error","info":"https://github.com/mozilla/fxa-auth-server/blob/master/docs/api.md#response-format"}<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Could anyone help me in finding the cause of this error.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Regards,<o:p></o:p></p><p class=MsoNormal>Partha Debnath<o:p></o:p></p><p class=MsoNormal> <o:p></o:p></p></div></body></html>