我正在使用Easy Facebook android SDk v2.3
. 我可以成功访问一个页面并获取details
包括number of likes
.
我正在尝试使用类的方法like button
在应用程序中实现,但对要作为参数传递的内容感到困惑。setLikes(String likes);
Page
示例代码:
p = Global.graphApi.getPage("Page ID");
p.setLikes(String likes); //what should likes be replaced with, replacing it with user id didn't work
对此的任何帮助表示赞赏。