I am building a facebook app that has a send to friend feature in it.
Each user is given a specific userkey that identifies them and them alone.
So Person A invites person B.
So when person B gets the invite, when they click ACCEPT, we pass the referrer userkey in the URL… e.g. http://mydomain.com.au/return_user.aspx?referrerkey=iuahsduiahsdfuiha
So when person B has already installed the fb app, the referrerkey variables is passed back to our site, so we can manage the link between the 2 users there.
However if person B hasn’t added the app. And Person B clicks the ACCEPT button on the invites page the user has to be take through the “Allow Access” page, from there, they are directed back to the APP home page, with none of the variables I need. E.g. the referrerkey.
So how can i get this to work for both users that have already added the app and havent added the app?