请帮我解决以下问题。
1.can we access the friends birthday's list using Graphic API in windows phone 7.
2.Can we access the friends updates message in windows phone 7.
请告诉我那些是否实现。在Windows Phone 7中没有Facebook API。如何访问上面的内容?
答案 0 :(得分:0)
您可以通过对API端点进行适当的Graph API调用来访问它们。您只需编写一个库来处理您的应用程序的OAuth和API调用。
调用https://graph.facebook.com/ {friend_id}将返回用户的DOB,如果您已请求friends_birthday
权限,则其隐私设置将设置为显示其DOB。你可以做类似的事情来获取他们的状态信息。