I have an application running in a facebook canvas and these are the steps to what I want to achieve: 1. A user should be able to share a specific page from my application (within the canvas) to their wall/feed with URL parameters eg (apps.facebook.com/MYAPPID/?var1=3) 2. When someone clicks on this shared url, they are supposed to be redirected to the same page in the canvas or at least I should be able to retrieve the url parameter for use so I can redirect them to the correct page.
I am using asp.net web forms with C# code behind and the facebook C# sdk. Any answers in other languages with a few comments or self explanatory are welcome.
I am a beginner, so kindly make your answer as easy to understand as possible. Thanks in advance.