doushi1974 2011-10-20 18:23
浏览 34
已采纳

如何在我的Facebook粉丝页欢迎标签上显示访客全名?

I have created my fan page using Page Tab.

Now I want to display visitor Full Name on that page.

Example : Hello Fullname

It's possible without authentication?

  • 写回答

1条回答 默认 最新

  • doutangu4978 2011-10-20 18:28
    关注

    I suggest using the Javascript SDK to achieve this, here's the documentation

    ... and in answer to your second question, you'll need to get authorisation of use user for your app to make any Graph API request.

    You'll need to get the user's name by doing an API request to /me?fields=name get the username.

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

报告相同问题?