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.
The app-data tag has no wiki summary.
0
votes
0answers
60 views
Facebook Query String on apps.facebook.com
I've done facebook tab page with passing parameter by using signed_request , app_data
https://www.facebook.com/example?sk=app_12332133&app_data=abc
and I echo it out on php
...
2
votes
0answers
125 views
Trouble retrieving app_data from signed_request in JavaScript
I'm trying to get the contents of app_data in JavaScript, and haven't been able to get it working. I am able to retrieve and decode the signed_request as follows (the 'response' variable is passed ...
1
vote
1answer
93 views
app_data does not load values if facebook website is not using ssl
I have a facebook share link which does not work if facebook website is loaded without SSL
if facebook loads without ssl (http://www.facebook.com) the share link does load the value in the app_data ...
0
votes
1answer
816 views
How to pass information from a query string to a page tab app in Facebook using just Javsacript/jQuery
I am trying to pass a single piece of information (using a query string) to my Facebook page tab application.
For example, if the user clicks on this URL:
...
0
votes
0answers
220 views
How to pass app_data in non-page tab facebook apps?
From a section of my website, we redirect our users to our facebook app and after they grant permissions they are inside the canvas app at http://apps.facebook.com/my_app_name/ that points to ...
0
votes
1answer
555 views
Facebook - How to keep variables from app_data after login redirect?
With much thanks to other threads here I'm able to get variables passed to a facebook app tab page (With PHP sdk ) as such if the user is already logged in to facebook:
...
0
votes
1answer
525 views
Remove the app_data from the signed request
When i call my fb-app with a GET request, like "?app_data=1", the variable is in the signed request. Ok, so far. But, when i click to another link in my fb-app, the app_data is still in the signed ...
6
votes
2answers
3k views
Facebook webforms app get app_data querystring
How do i get app_data querystring from a Facebook webforms app?
I want to be able to send some info in the querystring so i can display different home screen on my app.
The app is sittin in a page ...