简体   繁体   中英

Facebook application - how to post dynamic content on user's wall post

I have a facebook application that generates a dynamic HTML output based on the user's profile information. Basically it consists of some pics from user's album and some text too like birthday and location. The entire output is in a HTML table. But it is dynamic. Now I want to post this (dynamic) output on the user's wall.

All the posts which I have come across so far, tell how to post a comment on user's wall, either a plain text or a fixed static image. But I want to post my output onto the wall. I have also seen many such applications where the output is posted on the user's wall as well as stored in the user's photo album too!!!

I thought of taking a runtime screenshot of the output, save it, and post it as a static image. But couldn't get much help on this.

I have designed my application in PHP. If required I can migrate it to JAVA (if no other option is there).

I don't think FB lets you post HTML content (manually and through API). Take a look at this question about how to upload photo using PHP .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM