I just released a new sample that integrates with Facebook, Twitter and Jabber.
I will soon add a zip containing the implementation of the web service, as well as a how to guide to release it.
You might want to register to the Intalio Facebook application too, on which we will add more services at your request. Curently it displays the latest posts of the forum and the latest messages sent through the sample.
if the service returned OK, it meant you were able to contact it, so congrats!
Now, if you provide a jabber address, you should receive the message on it. If you provide a twitter login, the application should send you a message on twitter.
If you set showOnFB to true, the message is shown on Facebook.
I suggest you try again and make sure showOnFB is set to true.
I've tried the Facebook sample as well. I received the Ok message. however when the showOnFB is neither true nor false the process works without any problem, but I cannot see the message in FB. If I change the showonFB to True, the process state will stay IN Progress, and I can see an error message in the diagram as follows:
We would like to extend communication with facebook via Inatlio BPMN. Is there any way to have access to the code you used to communicate with facebook. Or can you give us further information regarding writing code in order to implement something similar to the facebook Intalio application with different functionalities.
Thanks very much in advance, Reza
The administrator has disabled public write access.
Hi, actually the Facebook application and my code just communicate by using the same database.
The web service implementation adds a record, while the Facebook app shows them.
If you want to write a Facebook application, there is a lot of code already out there to help you out. In our case, the Facebook page is just an empty page, where rows are added according to what's in the database.
The catch is the web service implementation. That is always the hardest thing. I had promised to give it away. As it uses a GPL library, though, the implementation will be released in GPL as well.
I try facebook integration sample. I start fb_ping process from console. I enter
in jabberAddress field, ShowOnFB is true, and enter my twitter loggin in twitterLoggin. The console display OK, but I haven't seen my message in facebook. Please tell me what I'm doing wrong.
Thanks
The administrator has disabled public write access.