facebook chat in delphi? [closed]

2019-03-30 04:12发布

问题:

I want to connect to facebook chat from my delphi application , change the status message or post something on the wall? Do u know any way i can acomplish this ?

回答1:

Face book chat uses the XMPP or Jabber Protocol

Other Similar questions on SO

  • jabber-xmpp-library-for-delphi-7
  • any-complete-library-for-jabber-in-delphi

Exodus is what we plan on trying in house, http://code.google.com/p/exodus/

As For Posting things on the wall, i think you have to register with Facebook to use the Facebook API



回答2:

If you want to connect to Facebook Chat with Delphi, check out this XMPP library for Delphi. Facebook chat uses XMPP as its communication protocol.

If what you want is change your Facebook status or post some stuff to the wall, you need to use Facebook API through Delphi. Maybe taking a look al Delphibook might help.