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.
Representing characters as a series of bytes
0
votes
1answer
180 views
Special characters in description when creating a new album
I am creating a new album using Facebook's Graph API and JavaScript SDK. When creating a new album with a description (message) and name, special characters are being encoded. However, when I try to ...
0
votes
1answer
65 views
character encoding for the same API seems to be different locally and remotely
I'm trying to fetch some album data from Python. It works flawless locally, but there is a weird character encoding problem remotely. Does anyone have similar experience?
I have the same database ...
0
votes
0answers
255 views
ASCII code displaying instead of special character in SimplePie 1.3 Atom feed
I'm using SimplePie 1.3 to display a client's latest FB wall posts on their site via Atom feed. However apostrophes aren't displaying correctly. Instead, SimplePie is outputting the ascii code ...
0
votes
1answer
361 views
Weird characters sharing in facebook from wordpress blog
I have a wordpress blog and every time I share a page e.g. http://atthepigsty.chunterings.com/2012/07/18/to-wait-or-to-trust/ on facebook I get weird characters in the text.
I already have the utf-8 ...
1
vote
1answer
226 views
0
votes
1answer
408 views
fql query character encoding
I am executing a FQL query, and if I print the array with the results I get wrong characters.
For example instead of ò I get ò.
my webpage is set to: text/html; charset=ISO-8859-1
I think it's an ...
0
votes
2answers
778 views
Charset with Facebook SDK
I needed to work with Facebook SDK, so with some help, I wrote script that can find informations about person. But if there is diacritic in his/her name, it will be malformed, I tried to set charset ...
0
votes
1answer
228 views
Facebook like charset error
I am using geo places theme on WordPress. I've installed Open Graph Tool for WordPress and everything is good except the encoding.
...
3
votes
1answer
208 views
Graph API returns umlaut-letter characters as question marks
When retrieving data for users with umlaut-letters in their names (ä, ö, etc.), the graph API sometimes returns question marks instead of the letters.
Example: https://graph.facebook.com/1266896428
...
0
votes
0answers
406 views
Using Facebook API im getting wired string encoding, how to convert it to something readable?
im querying some data from facebook using Qt and c++ the query is successful but there are section in the result that are string that are not in English ( they are Hebrew)
and i like to see them ...
0
votes
2answers
484 views
fix problem hebrew on Facebook
i have code that know how to connect to user facebook account,and take his name.
this function does works well, the problem is , when i try to get hebrew name, than i get gibrish.
...
0
votes
2answers
392 views
PHP: encoding meta data for Facebook
Strangest thing:
I'm trying to get facebook to recognize the "&" sign within the <meta property='og:title' content="data"/> field.
I have content being extracted from a db where I ...
3
votes
2answers
2k views
Character encoding problem from Facebook JSON to HTML via PHP
I'm getting a JSON encoded array from Facebook which contains:
[{"message":"D\u011bkujeme Zuzana
Boh\u00e1\u010dov\u00e1 za na\u0161i
novou profilovou fotku :-)\nWe thank
Zuzana ...
5
votes
4answers
3k views
Facebook charset detection mechanism?
Today, I have looked into HTML code of facebook.com, and found something like this:
<input type="hidden" value="€,´,€,´,水,Д,Є" name="charset_test"/>
It's repeated two times inside the ...
1
vote
2answers
101 views
charachters in fb apps/mysql
I'm getting � this character in my facebook app instead of "£"- I checked the mysql db and the character is being stored as £. How do i fix this? This has never happened to me before - I'm using PHP ...