Posting symbols with Facebook api -
i trying create special characters '•' (alt+7 numlock on) on facebook api feed post using php sdk. - well, doesn't work, there issue character's encoding. tried calling: utf8_encode('•')
, didn't work.
when typing ' <3 ' facebook parses automatically , creates heart sign (♥).
any idea how should encode that, or maybe there special magic charset '<3' creates bullet?
Comments
Post a Comment