How to Handle Facebook Application Requests?

前端 未结 6 1573
慢半拍i
慢半拍i 2021-01-05 08:05

I am working on a Facebook application And I am offering the user to invite his friend to the application using the C# SDK. as shown in Facebook documentation

My p

6条回答
  •  天涯浪人
    2021-01-05 08:34

    You need to ask the user for the permission as seen on http://developers.facebook.com/docs/reference/dialogs/oauth/ . How did you get the permissions of the first user who is inviting the friend? You can redirect him to that page or the page which handles the app request clicks can check the application permissions. If the user doesn't grant a permission, you will easily ask him for them.

    You should always check the permissions, because even the user already using your application can revoke them.

提交回复
热议问题