标签: asp.net facebook facebook-graph-api
如何显示登录用户的墙? 我可以使用Graph API在用户的墙上成功发布。
答案 0 :(得分:0)
试试这个fql查询。这将给出登录用户的profile_url。:
string response = fbService.fql.query("select name, profile_url from user where uid = me()");