How to create an app that connects to facebook/twitter using Java and IBM webSphere? And what is IBM webSphere? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to create an app that connects to facebook/twitter using Java and IBM webSphere? And what is IBM webSphere?

I need to pull some data from Facebook/twitter by writing a code and by using Facebook graph API

16th May 2017, 6:41 AM
vyshnavi
vyshnavi - avatar
1 Answer
0
IBM WebSphere is an enterprise application server, where you can deploy Java EE (enterprise edition) applications. If you really have to ask this question in the first place, then you are indeed very far from solving this problem. At the very least, you've got to research how the Twitter and Facebook APIs work and how to address them from a Java EE program. https://www.ibm.com/docs/en/was/9.0.5?topic=environment-deploying-administering-enterprise-applications https://developer.twitter.com/en/docs/twitter-api https://developers.facebook.com/docs/apis-and-sdks/
20th Apr 2021, 11:56 AM
Tibor Santa
Tibor Santa - avatar