I'm hosting my facebook app on my server ... I want to post a form [that should contain extra (not typed in by user) confidential info to recognize the user when the form is posted) ..
I've tried to save that on session inside my facebook app, when the form is submitted to my website (having target="_top") , I try to pull that info registered in the session , but it's a completely different session, even in the same page (the form is submitting to it's original page but on my server).
Very confused .. Why they are different ?
Can I insert the user access token as a hidden field in the form , and later use it in my server? or it should be kept private ?
the form is submitting to it's original page but on my server...HUH?! – ifaour Mar 21 '12 at 13:12