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.
In computer science, the syntax of a programming language is the set of rules that define the combinations of symbols that are considered to be correctly structured programs in that language.
1
vote
1answer
321 views
understanding jquery facebook login plugin syntax
can someone please explain this piece of code wich I try to deceifer
it still looks funny to me
Because I need the facebook loggin logic..and also because I like to understand what the code ...
0
votes
1answer
79 views
Getting a PHP syntax error when posting my site link on a facebook wall
I'm getting the following message when I try to post http://www.247limosales.com as a comment in facebook:
http://247limosales.com/
: syntax error, unexpected T_STRING, expecting ',' or ';' in ...
0
votes
1answer
54 views
SQL Syntax and Columns using PHP
(This is called via PHP) I have the following:
"SELECT name FROM user WHERE uid IN (SELECT uid1 FROM friend WHERE uid2={$user})"
The SQL executes perfectly fine, however, the result is an array ...
1
vote
0answers
637 views
Facebook script all.js crashes in Chromium browser: Uncaught SyntaxError: Unexpected identifier all.js:57
I use the following code to initialize Facebook. After I changed many many things in a separate Javascript file that is loaded by the HTML page, I get an Uncaught Syntax Error inside the Facebook ...
0
votes
1answer
91 views
iPhone Facebook app: Finding out where the error is?
So I just added Facebook to a previous app that was working. And I basically just included the code for a button press to upload/post the picture selected to Facebook -- nothing happened.
Are there ...