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.

A syntax error occurs when a program does not follow the syntactical rules of the programming language.

learn more… | top users | synonyms

0
votes
0answers
18 views

Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE in /base_facebook.php on line 158

Hi I am Getting This Error Tried Replacing all the sdk library files still the same?
0
votes
1answer
170 views

Facebook Like Box only works in one browser

I have been trying to get a like box on a website that works for more than one browser (chrome) and I can't seem to make it work. I've tried FireFox, Safari, IE and nothing. I could get the default ...
0
votes
1answer
138 views

jQuery Code Only Fires On Hard Refresh?

The XFBML version of the Facebook Registration plugin only loads HTTPS. I need it to load HTTP so my form does not call a security error mismatch between domains. I wrote this code to get the SRC and ...
0
votes
2answers
2k views

Unexpected T_ECHO warning? [closed]

I get a UNexpected T_ECHO warning when I add the following line: <div id="counter"><?php (function_exists('fbshare_manual')) echo fbshare_manual(); ?></div> I'm not sure what's a ...