facebook chat in delphi? [closed]

2019-03-30 04:02发布

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 ?

2条回答
唯我独甜
2楼-- · 2019-03-30 04:47

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.

查看更多
The star\"
3楼-- · 2019-03-30 04:58

Face book chat uses the XMPP or Jabber Protocol

Other Similar questions on SO

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

查看更多
登录 后发表回答