I am a beginner to Facebook Application. I want to create an Facebook Application for my website that using offline access. What my application will do is post the news on Facebook user's wall our news article everyday and I want only user who login to my application can read it. The problem is I can only redirect to 1 link after user login to my app when I use
https://www.facebook.com/dialog/oauth?client_id=APP_ID&redirect_uri=REDIRECT_URL
For example yesterday I posted a feed that redirect to Sandy Storm article but today I changed the redirect link to an article about Election .So, the users who clicked the on the Sandy Storm feed would also redirect to the Election.
Is it possible to let's user who clicked on the feed would login to my application and redirect to the same link of the feed they clicked?
Thank you.