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
1 Resposta
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/