简体   繁体   English

Android facebook SDK,在Webview中显示朋友的墙?

[英]Android facebook SDK, show friend's wall in a webview?

How can i acces to a friend's wall with facebook SDK? 如何使用Facebook SDK访问朋友的墙? I already have a list of friends where i can choose one, but i don't know how to redirect the user to it's friend's wall, do i have to use a request like "me/feed" or "me/friends"?? 我已经有一个朋友列表,我可以选择其中一个,但是我不知道如何将用户重定向到它的朋友墙,我是否必须使用“ me / feed”或“ me / friends”之类的请求? Any help is appreciated. 任何帮助表示赞赏。

EDIT: I just want to display the friend's wall on a webview, i already have an activity with a webview where i can see my wall using this URL: 编辑:我只想在webview上显示朋友的墙,我已经有一个webview的活动,我可以使用以下URL看到我的墙:

http://m.facebook.com/?rdr#!/profile.php?_user=

using my logged user id in the _user variable. 使用我在_user变量中记录的用户ID。 I tried the same URL with the friend's id but I'm redirected to the current logged in user's wall. 我尝试使用与朋友的ID相同的URL,但是将我重定向到当前登录的用户墙。

Using this url u can acess post on your friends wall feed.
https://graph.facebook.com/PROFILE_ID/feed?access_token=ACCESSTOKEN https://graph.facebook.com/PROFILE_ID/feed?access_token=ACCESSTOKEN

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何发送帖子给Facebook好友的墙壁android SDK 3.0 - How to send a post to Facebook friend's wall android SDK 3.0 android facebook sdk 3.14.1发布在朋友的墙上 - android facebook sdk 3.14.1 posting on friend's wall 使用Android将照片发布到Facebook上朋友的墙上 - post a photo to friend's wall on facebook with android 如何使用Android Facebook SDK在朋友的墙上张贴一些消息? - How do I post some message on a friend's wall using the Android Facebook SDK? 如何使用Android Facebook SDK在朋友的墙上张贴文字 - How can I post text on a friend's wall using the android facebook sdk 如何使用Facebook SDK将文章发布到特定朋友的墙上? [android] - How to use Facebook SDK to post article to specific friend's wall? [android] 如何使用Facebook SDK Android在墙上张贴信息时标记朋友 - How to tag a friend, while post on wall using facebook sdk android 通过Android应用程序在Facebook朋友的墙上发布消息 - Post a message on facebook friend's wall in through Android applcation 通过Android在朋友的墙/ Facebook中的帐户中上传图片 - Uploading Image in Friend's Wall/account in Facebook Through Android 将可绘制图像发布到朋友的墙上不在Android中的Facebook上发布 - post drawable image to friend's wall is not posting on facebook in android
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM