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.
Special characters (as they apply to programming) are language-specific reserved characters or symbols used to accomplish a specific task (e.g. wildcard characters, data type indicators, escape characters, etc).
2
votes
3answers
265 views
Facebook post to wall £ shows up as special character
I am trying to post a message to the facebook feed / wall / timeline that has a £ symbol in it.
I have tried:
mb_internal_encoding("UTF-8");
$message = "TEST: £ £ £";
and ...
1
vote
0answers
82 views
Is it possible to use Danish characters for facebook login and API on a website?
As far as I can tell, Facebook will not accept my attempt using and URL that contains danish native letters.
( denmark has 3 native letters only used in Denmark )
Does facebook allow URL's with ...
-2
votes
1answer
117 views
Bad character when publish [duplicate]
Possible Duplicate:
PHP Facebook SDK / Graph API - How do I include symbols, eg ©, in a wall post?
this is my application and with this I can share on my wall, but i think there are ...
0
votes
2answers
237 views
parsedjson string - name return w/out special characters
I want to fetch the name of users clicking on login. I've done this successfully.. The only problem is names with special characters. FOr instance, my name:
- Håvar Bjørnseth
with the special ...
0
votes
1answer
576 views
how can I use special characters in the facebook wall post?
I'm using the Graph API to make a post in the users wall. My post is in spanish and I haven't been able to post characters like á, é, ¡. I have tried using htmlspecialcharacters() and htmlentities() ...
0
votes
1answer
704 views
Facebook Like Plugin HTML Entities
I installed the new Like plugin on my Wordpress blog. I also have the Open Graph Plugin for Wordpress installed.
It all works magically except that the HTML special characters are showing on my ...