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 ?
相关问题
- Is there a Delphi 5 component that can handle .png
- Is there a way to install Delphi 2010 on Windows 2
- facebook error invalid key hash for some devices
- Is TWebBrowser dependant on IE version?
- LoginActivty with Firebase & Facebook authenticati
相关文章
- Facebook login for group members
- Best way to implement MVVM bindings (View <-> V
- The method FB.api will stop working when called fr
- Windows EventLog: How fast are operations with it?
- How to force Delphi compiler to display all hints
- Coloring cell background on firemonkey stringgrid
- React native deep linking vs Facebook SDK conflct
- HelpInsight documentation in Delphi 2007
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.
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