douzi2333 2015-06-23 12:13
浏览 48
已采纳

Facebook API PHP或Android

Is there a way to like a profile picture from Facebook SDK OR API (PHP or Android).

I want an user who logs in to see list of other people on Facebook, and be able to like their photo from within the app.

EDIT:

I have looked at the Facebook Graph API, but I had no prior experience. I am not asking you to give me code, I am asking you a simple question - can it be done? Because I have not seen any way of liking profile pictures from php or Android.

  • 写回答

1条回答 默认 最新

  • duancheng6221 2015-06-24 07:56
    关注

    A profile picture is basically just a Photo object in API terms, and as such can be liked as described here:

    https://developers.facebook.com/docs/graph-api/reference/photo/likes#Creating

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?