Facebook 自助电子名片

发布于 2024-12-11 07:42:25 字数 948 浏览 0 评论 0 原文

您好,我想获得自己的个人资料照片。因此,登录后,我发送下面的 IQ 数据包并收到下面提到的响应,但它不包含任何图片详细信息。

谁能帮我看看是什么原因。

请求:

<iq to='[email protected]' from='' id='v1111'  type='get' xmlns='jabber:client'>
<vCard xmlns='vcard-temp'/>
</iq>

回复:

<iq id="v1111" to="[email protected]/8hAKe3RdK1_51d153db_4AFBBB1DF508F" from="[email protected]" type="result">
<vCard xmlns='vcard-temp'>
<FN>Req Lee</FN>
</vCard>
</iq>

Hi I want to get profile picture of my own. So After login, I am sending below IQ packet and getting the below mentioned response but it does not contain any Picture details.

Can anyone please help me what is the reason.

Reguest:

<iq to='[email protected]' from='' id='v1111'  type='get' xmlns='jabber:client'>
<vCard xmlns='vcard-temp'/>
</iq>

Response:

<iq id="v1111" to="[email protected]/8hAKe3RdK1_51d153db_4AFBBB1DF508F" from="[email protected]" type="result">
<vCard xmlns='vcard-temp'>
<FN>Req Lee</FN>
</vCard>
</iq>

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

土豪我们做朋友吧 2024-12-18 07:42:25

要获得您自己的 vCard,您应该省略 to 属性,或将其设置为您的裸 JID,例如 to="[电子邮件受保护]"

<iq type="get" id="myvcardplz">
 <vCard xmlns="vcard-temp"/>
</iq>

To get your own vCard, you should leave out the to attribute, or set it to your bare JID, like to="[email protected]".

<iq type="get" id="myvcardplz">
 <vCard xmlns="vcard-temp"/>
</iq>
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文