简体   繁体   中英

Is there a way to do a like button using the facebook sdk in unity/android?:

I have searched everywhere and can not find anything about using the facebook sdk for unity/android to do a like button.

Is this feature not available yet? Or am I blind?

赞按钮没有本地SDK支持,但是您可以尝试使用以下代码来集成该功能: https : //github.com/crowjdh/android-facebook-like-button-integration

The following Link should help you, Official Facebook Doku
[EDIT]
In the above Link you find an explanation of how you should "Post" a Like.
Also in the following Link you find all permissions, with user_likes in FB.LogInWithPublishPermissions() also FB.LogInWithReadPermissions you should be able to Post likes and somehow read them: Permissions

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM