Click here to Skip to main content
15,884,962 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am using app in which I am implementing facebook page post using GRAPH API.

when I post simply text "hello, this is test post" with the API . then It's successfully posted on facebook page.

but while I am using HTML for the post like:

<html>
<body>

hello, this is test post with the API


</body>
</html>

then It's not working .. I am not seeing any HTML effect for that post. It's simply looking as text .

Please suggest how to overcome of this problem.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900