使用流通过永久链接获取墙贴. [英] Use stream to fetched wall post with permalink.

查看:87
本文介绍了使用流通过永久链接获取墙贴.的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嗨 我正在使用Facebook API在c#.net Web应用程序上工作,以从我自己的帐户中检索数据.我通过fql查询获取了墙贴,

Hi I m working on c#.net web application using Facebook API for retrieving data from my own account. I fetched wall post through fql query,

string gettingPost = api.Fql.Query("SELECT message, created_time,permalink,actor_id,post_id FROM stream WHERE source_id = < user Id > limit 1000");


一切正常.在此查询中,它提供了永久链接,该链接提供了直接链接以查看Facebook中的帖子,并为其提供了删除选项以将其删除.它正在进行中,但是由于Facebook提供了新的个人资料,此链接仅打开了该帖子,但没有删除选项.

请回复,是否在API或其他任何方面进行了任何更改.
谢谢


It is working fine. In this query it provides permalink, which give the direct link to see the post in Facebook and delete option to their to delete it.it was going right yet, but since Facebook provides new profile,this link only opened the post but without delete option.

Please reply is there any changes done in API,or any other else.
Thanks

推荐答案

http://developers.facebook.com /docs/reference/fql/ [^ ]

也许会有帮助吗?
http://developers.facebook.com/docs/reference/fql/[^]

Maybe this will be of some help?


这篇关于使用流通过永久链接获取墙贴.的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆