Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question
1. offline_access is deprecated and will be removed soon. 2. I don’t understand what you want to know at all. – CBroe Nov 20 '12 at 10:49

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.