views:

211

answers:

1

Hi all,

I've created a small facebook application that posts a link to the user's profile. I want the link to reference my application with a certain querystring for me to know what data to present him.

Is it possible? how can it be done?

Thanks!

A: 

use normal get parameters in the link

Andreas Klinger
how can I? In order to link to my application I need to give this path:http://apps.facebook.com/myApplication/If I try adding something after the last '/' I get an error... What to do?
vondip
you should not get an errortesthttp://apps.facebook.com/meinklub/teams/ e.g.teams is passed as get
Andreas Klinger

related questions