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.

Parameters are a special kind of variables, used in a subroutine to refer to one/more of the pieces of data provided as input to the subroutine

learn more… | top users | synonyms (1)

2
votes
1answer
250 views

Unable to add picture with url parameters on Facebook feed dialog (Direct URL)

I was wondering how could I add parameters to my picture URl on this example: ...
0
votes
0answers
23 views

How to change the app link in a custom action sentence?

I created a custom action for a custom object and now have something like: {user} pinned {object} on {app name}. The problem is that the {app name} links to the Facebook App we developed instead of ...
1
vote
0answers
72 views

parameters removed from facebook ad url

I use facebook advertising to promote my app. To be able to track from which url's ad new players come from i add a parameter with a specific number to each url used in facebook advertising. Example ...
1
vote
1answer
146 views

Javascript - Built-in Like with Parameters on POST URL

I'm making a single page site and I need to put different built-in likes on it but every like will get the og tags from the main page. How could I pass this parameters to my POST? Something like: ...
2
votes
0answers
176 views

Facebook Graph API giving different results on different values for limit parameter

I'm working on an application that GETs posts, comments and likes. All using a non-blocked App and using good access_tokens and all. However, it seems the Facebook API gives different results when ...
3
votes
1answer
561 views

Facebook “like” adding extra parameters in url ex: fb_action_ids fb_action_types

Is there anyway to turn this off? My application server uses strict parameter definitions and frankly all these extra parameters break my pages and the user gets a 404 for clicking a "liked" link. ...
0
votes
1answer
68 views

Transfer URL Parameter into the facebook page

Is it possible to transfer URL parameter into the my Facebook page (app)? It should look like this https://www.facebook.com/mypage/app_777777777?mySID
0
votes
1answer
192 views

How can I get a specific parameter from a Facebook page URL?

Well, I'm trying to get a parameter on my Facebook's Page Tab. (This page tab opens an app I've built). So I'm trying to do something like ...
0
votes
1answer
210 views

Url parameters passing method

How passing of url parameters works in facebook, twitter , youtube or other similar sites . eg: facebook http://www.facebook.com/stackoverflowpage twitter: http://twitter.com/StackOverflow you ...
0
votes
1answer
24 views

Canvas height not available in advanced parameters

I've created a new app, and made a couple of adjustments in the parameters. Now I'd like to change the height of the canvas, but when I go to Parameters > Advanced, I don't find anything related to ...
1
vote
2answers
868 views

Add parameter to URL with Javascript

I have a web page with a jQuery lightbox that opens automatically on page load. In the lightbox I have implemented the Facebook Like button (this is a 2 click solution for Facebook Like button in ...
5
votes
3answers
3k views

Dynamic OpenGraph Object URL not working

I am trying to post an open graph activity. Actually it's working with a static .html file. But if i point to a url with url params i get an error. The sourcecode on both pages is 100% the same, trust ...
-2
votes
1answer
404 views

Facebook wall post mention friend

How do I use the parameter to in a Graph API post. My to parameter looks like this: to = [{id: XXXXXXX, name: "Name "}, ....] But it doesn't work and I don't receive any error from Facebook.
0
votes
1answer
325 views

How to get user's “verified” status with PHP

I have a Facebook Connect login at my website and I use it to get some data about my users. One thing I want to know is whether the user has been verified by Facebook. I see this in the ...
3
votes
0answers
1k views

AddThis Facebook custom parameters

I'm using custom AddThis buttons to share things in Twitter and Facebook... for Twitter share I use: addthis:templates="{ twitter: ' {{title}} @ {{url}} via @agenciauzzye' }" I know that for the ...
1
vote
2answers
2k views

Like button not passing URL parameters

I'm making a site which has a list of videos. Next to each video in the list I want a like button. My like button code looks like this: <div class="fb-like" data-send="true" ...
0
votes
1answer
300 views

Facebook removes parameters from url that I used to sendusing facebook send button

Facebook removes parameters from url that I used to send using facebook send button. I have tested my url http://www.logixsolution.info/grouppay/gift/?og_id=1 in ...
1
vote
0answers
180 views

I cannot contact people that have 'Liked' a page that has multiple URL parameters/arguments

Friends, I am going crazy with this issue, I hope you have the answer for me as I have searched wide for this issue. I have a WEB site that has implemented both the 'Like' button and the 'Comments' ...
0
votes
1answer
1k views

Extraneous Property Error : Fb:page_id

I want to add a like button to my webpage but the number of likes stays on '38' for each page. I used the debugger and here is the result : Extraneous Property : Objects of this type do not allow ...
1
vote
0answers
337 views

Facebook is stripping params from my URL

This is a seriously annoying issue! Sure hope someone can point me in the right direction :) I have a Facebook page, and on that page I have an app. Users can create a photo album based on their own ...
5
votes
5answers
3k views

feed dialog: picture not showing up

My Facebook feed dialog link correctly renders a dialog page, but the image set with the picture parameter does not show up -- just the gray line that indicates no picture. I've changed picture files ...
0
votes
1answer
1k views

php - remove “code” param in facebook app URL

I have now finished my facebook app and it works, But, when a user first autherises to use the app, i then redirect them to http://apps.facebook.com/myapp/ as given in the facebook documentation. ...
0
votes
1answer
3k views

Facebook problem: cant get user id into iframe without authorization

I have a facebook page with an iframe app. I want it to be able to work in the same way as http://www.facebook.com/pepsi With the following user journey. User goes app tab on my page. User is ...
0
votes
2answers
284 views

How do I use the Facebook Graph API to grab a specific data field from a user?

I am struggling to use the Graph Api efficiently. After hitting the facebook server for me/friends and parsing all friend ID'd into a dictionary (I'm developing in Objective C for the Iphone), I want ...
2
votes
0answers
907 views

fb:like url parameter value is removed. Title also incomplete

I've added a facebook like button to my page but it doesn't record the given url properly. The problem is that the url displayed on my facebook profile, after I click the like button, is missing a ...