Hi.
Is there some setting to define the encoding when using the FaceBookTemplate.
When I send data via FacebookTemplate.pubish the german umlauts (öäü...) get lost.
If I use curl and encode the characters myself facebook displays them correctly:
curl -F access_token=".." -F id=".." -F message="umlaute öäü" https://graph.facebook.com/feed
So I guess this might be a RestTemplate issue.


Reply With Quote