How to Handle Facebook Application Requests?

前端 未结 6 1605
慢半拍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:43

    you should check if the user is accesing your app from a request... if the request_ids parameter is present. If so you should redirect the user to a page where permissons would be asked and a list of outstanding requests shown!

提交回复
热议问题