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 problem is when the friend of the user receive the application request and click Accept it does not show the application permission request page.
Do I need to preform any extra step to redirect the user to the application permission request page?
i found the solution
i start ask for permission on my application canvas page and if user accept, redirect to the same page with query string. not perfect solution but it works fine