Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I have downloaded facebook-java-api-3.0.2-bin from
http://code.google.com/p/facebook-java-api/
for connecting to face book.I want to use this api in my java application to connect Facebook.I am developing a desktop application for this purpose.I have created account on Face book and registered as a developer.
Is it possible to connect Facebook from my java application?
If yes please, can some one send me the example code for that and treat me as a New Bee in this facebook integration?
Thanks in advance.
Have you tried out the various examples available in the api wiki?
http://code.google.com/p/facebook-java-api/wiki/Examples
Google also returns various tutorial pages:
http://programmaremobile.blogspot.com/2009/01/facebook-java-apieng.html
http://www.socialjava.com/socialjavastepbystep.html
You should try working through some of these and posting specific questions about problems you run into.
Note that the facebook-java-api project is now dead.
Use instead:
http://restfb.com/
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 23 hours ago.
Improve this question
So i want to create a java application in intellij and want to integrate it with onlyoffice but i can't seem to find any proper tutorials to do it can yoy please help maybe write some steps on how can i approach the problem??
Develop a standalone application which integrates with Only Office and DocuSign and covers the following use cases
Ability to generate asset request using a respective form that generates PDF based on the UI input controls.
Here is the thing i am required to do any help will be appriciated
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 1 year ago.
Improve this question
I am working java FX application and I want to upload images from application to firebase storage.
I have integrated firebase admin SDK for core java.
Now I can manage firebase database easily. But now, I want to work on Uploading images and I could not find any example or tutorial that is easy or understandable.
All I found, is related to android but I need it in core java.
Please suggest me proper example or help me out.
I will be very thankful to you.
Take a look at OkHTTP. It works for both Android and pure Java. This answer gives you a template for uploading.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I would like to automate some of the webservice testing by using java. Is there any opensource available in market. As long as I known about Apache AXIS which can automate webservices. But I didn't get clear details about it. like where I should start. Please share some source material for learning purpose.
I just came across XML Messaging tool for api testing, and the below site is helped me to achieve what I want.
http://www.inf.fu-berlin.de/lehre/SS03/19560-P/Docs/JWSDP/tutorial/doc/JAXM.html
however, you may share your experience.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
We are working on some social media project. I am looking for some java wrapper for linkedIn which is recommended.
For facebook restFB and for twitter twitter4j are awesome. Something like that for linkedIn as well?
I would really recommend having a look at Spring Social. SpringSource have excellent documentation for all their libraries and the API is easy to use.
you could try using linkedin-j, its quite easy to work with.
The Scribe library is used by many folks, and is actively being developed:
https://github.com/fernandezpablo85/scribe-java
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I'm looking for a blog engine or a framework for implementing a simple blog in Java. The application should be deployable on the Google App Engine platform.
Are there any suggestions?
You should definitely check out vosao. I'm using it some time and it's really great.
Check out bloggart
https://github.com/Arachnid/bloggart
And use it together with https://github.com/garethr/appengine-image-host
To upload photos for your blog post.
It gets very frequent updates contributors. I'm using it for my own website.
http://honcheng.com