简体   繁体   中英

JAVA - Automatic post on Facebook wall without app

I am trying to simulate a user behavior on Facebook through the org apache HttpClient and currently I am able to login into the user page (obviously having the username and password).

Now I would like to post a simple message on the wall through the common http call that the user makes when he/she clicks on the "submit" button.

I decoded some parts of the ajax call done to the "updatestatus.php" page but I wasn't able to publish into the stream.

My question is: Does anyone already successfully posted on the wall using this kind of process?

Just another note: I don't want to register an app for some special reasons.

Thank you C

The correct way to do this is to register an app and use Facebook's APIs. What are the "special reasons" you can't do that?

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