FaceBook Wall

I would like to post on a facebook wall (standard friends / group wall), not an application. using delphi, I could log in, but I don’t know how to send a message to it. any suggestion?

+3
source share
4 answers

delphibook is a Delphi library for supporting Facebook applications.

+3
source

I have never used Delphi, so I'm not sure about the language structure

but facebook API is basically HTTP requests, you should be able to create a class that when you create you authorize your application, and then have a set of methods that publish data through HTTPRequest and check the response

Here is what you can see:

Facebook- delphi CakeMail: http://www.facebook.com/note.php?note_id=17522112271

HTTP: http://developers.facebook.com/docs/reference/api/post

+3

.

, , , Facebook, ( ). Wireshark - .

, , .

, Delphi, , , TidHTTP TidTCP.

Facebook - AJAX: HTTP GET/POST .

, . Facebook .

, ... facebook .

+3

Source: https://habr.com/ru/post/1771436/


All Articles