is it possible to add ?variable=value to the end of a facebook application url ?
for example: facebook.com/pagename/app_abcdefghij/phppage.php?variable=value
then use a _Get to query a mysql database ?
|
is it possible to add ?variable=value to the end of a facebook application url ? for example: facebook.com/pagename/app_abcdefghij/phppage.php?variable=value then use a _Get to query a mysql database ? |
||||
|
|
|
To pass data to a page tab app, use the app_data parameter.
The value you supply for this will be present in the There's more information about this in the page tab documentation under the header Integrating with Facebook APIs |
|||||||||||||
|