Hi Dhiraj,
Facebook has a web service API. There's a nice discussion of how to call it from Java at
http://stackoverflow.com/questions/1404028/access-to-facebook-api-using-rest-and-httpclient .
I'm guessing you want to automatically update a Facebook page for a company. You might send notifications of things like "Promotional special price available for a limited time" or "A new product has been added to our range".
In OFBiz, you'll probably want to add a SECA to some services to call the Facebook web service methods. You would gather the data from entities like anything else in OFBiz, then call the Facebook web service.
Cheers
Paul Foxworthy
dhiraj.g wrote
Hi ,
I Want to integrate FACEBOOK (Social Networking Site) as a third party. can is it possible,if possible then how.
Thanks
Dhiraj Gupta