Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I want to send a link to my friend wall post though a fb app , if he/she clicks on the link then they will be send to a internal page of my fb app. If the user has not joined the app, then will the user will be automatically send to the inner page of my app if they joins the app.If not , then how i need to do it.

share|improve this question
So you're making this app? – simchona Jan 12 '12 at 5:35
@simchona yes :( – Ashutosh Mishra Jan 12 '12 at 5:42

1 Answer

up vote 0 down vote accepted

Add a parameter name app_data in the url like http://www.facebook.com/test?sk=app_1234&app_data=1 you can get the parameter in signed request of fb object.

If you call the function $fb->getUser() and that function return 0, it means user has not joined the app.

share|improve this answer

Your Answer

 
discard

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

Not the answer you're looking for? Browse other questions tagged or ask your own question.