是否可以在codeplex上使用facebooksdk
从控制台应用中阅读Facebook的留言?
我需要阅读Microsoft's facebook wall上的帖子。
谢谢
答案 0 :(得分:1)
我不熟悉codeplex上的facebooksdk,但我认为它可以帮助你生成访问令牌。获得访问令牌后,只需卷曲https://graph.facebook.com/microsoft/feed?access_token=YOUR_ACCESS_TOKEN即可获得页面墙。
答案 1 :(得分:1)
最简单的路径:https://graph.facebook.com/microsoft/feed?access_token={appID}|{appSecret}
。此外,如果您在那里拥有用户的访问令牌,它也会起作用。由于这些数据是公开的,我们只需知道哪些应用程序正在访问它,因此任何一种令牌都可以使用。
答案 2 :(得分:0)
您可以直接点击https://graph.facebook.com/microsoft/posts阅读他们的帖子
查看图表API资源管理器https://developers.facebook.com/tools/explorer 玩弄facebook api中暴露的内容
答案 3 :(得分:0)
如果您只是访问此粉丝页面,则可以选择使用Facebook PowerShell Module,这是
PS C:\Windows\system32> Get-FBAssociation -id 20528438720 -type Statuses
id : 10150289130443721
message : Friday Question: How will you be spending your last few weeks of summer?
likes : {@{id=167736043271797; name=Microsoft Tag Master}, @{id=100001944243060; name=Rahul Bhatt}, @{id=1520665678; name=Khair Eddin Réguiég}, @{id=100001258437657
; name=Ritesh Raj}...}
comments : {@{id=10150289130443721_18321628; message=planking; likes=3; from=; created_time=2011-08-26T16:47:05+0000}, @{id=10150289130443721_18321629; message=Hooking
up with girls!; likes=2; from=; created_time=2011-08-26T16:47:07+0000}, @{id=10150289130443721_18321630; message=looking for a new laptop!; likes=1; from=;
created_time=2011-08-26T16:47:07+0000}, @{id=10150289130443721_18321634; message=PLAYING MY XBOXXXX; likes=2; from=; created_time=2011-08-26T16:47:18+0000}
...}
from : @{id=20528438720; name=Microsoft; category=Company}
updated_time : 2011-08-26T16:46:50+0000
id : 10150286459498721
message : Trivia Tuesday: What keyboard shortcut is also known as “the three-finger salute”?
likes : {@{id=100002695750862; name=Animalman Smooth}, @{id=100002727450944; name=Sébastien Popczyk}, @{id=100002706279284; name=Barbados Mayne}, @{id=1000001456612
54; name=Aman Goyal}...}
comments : {@{id=10150286459498721_18256946; message=ctrl-alt-delete; likes=2; from=; created_time=2011-08-23T14:06:08+0000}, @{id=10150286459498721_18256947; message=
- -; from=; created_time=2011-08-23T14:06:12+0000}, @{id=10150286459498721_18256951; message=control/alt/delete?; from=; created_time=2011-08-23T14:06:15+00
00}, @{id=10150286459498721_18256955; message=i dont knw; from=; created_time=2011-08-23T14:06:21+0000}...}
from : @{id=20528438720; name=Microsoft; category=Company}
updated_time : 2011-08-23T14:05:57+0000
...