Questions tagged [java]
Accompanies [app]s written in, or [library]s meant to be used from, the Java programming language
27 questions
2 votes
1 answer
127 views
Download data for specific tag
How to download all the data just for a specific tag (say [compiler-error])? On Stack Overflow, there are around 19000 questions tagged with [compiler-error]. So, I was hoping is it downloadable w.r.t ...
2 votes
1 answer
885 views
How to handle default compression on response with Java's HttpURLConnection? [duplicate]
I sent a request for question with no parameters to https://api.stackexchange.com/2.2/questions?order=desc&sort=activity&site=stackoverflow I received a response of 9764 bytes stored in ...
1 vote
0 answers
163 views
Trying to get Stack Overflow Access token Using "RestAssured"
I have been trying to create an access token for a Stack Exchange app (already created). I am not even sure if I am using the correct URL https://stackoverflow.com/oauth/access_token. RestAssured....
3 votes
0 answers
109 views
Java Wrapper for the 2.2 API
I've been looking for a Java based API/wrapper/DAO for the new SE API 2.2. but could not find any (May very well be a limitation of my search skills, though.) I found references to attempts at ...
3 votes
1 answer
299 views
Encoding problem while accessing the API using Java
Trying to call an API URL from a Java application, I'm having problems accessing the contents of the URL. I can access other sites through my program but not the Stack Exchange site. But I can call ...
5 votes
1 answer
167 views
The StackWrap4J java wrapper gives nothing but `JSONException`s?
I'm using the StackWrap4J java wrapper for the Stack Overflow API. But every code I try, that uses methods of this java wrapper, ends with this JSONException: net.sf.stackwrap4j.json.JSONException: ...
4 votes
0 answers
288 views
CareerStack - An Android app to search Stack Overflow Careers from your mobile or tablet
Screenshots About Powered by Stack Overflow Careers' RSS feed, CareerStack is an Android app to search & share job listings easily from any Android device. Users can search by: Keywords ...
6 votes
2 answers
2k views
StackExchange API Java SDK
This project aims to provide a Java wrapper to the Stack Exchange API. SDK supports Stack Exchange API V2.2 Getting Started There are two interfaces to the library. Query Interface Facade Interface ...
2 votes
1 answer
183 views
Differences between versions 1.x and 2.x of the Stack Exchange API?
I had written a Java Wrapper for the Stack Exchange API, version 1.x, Which was working perfectly. But, since 12 May 2014, services for version 1.x have been shutdown and my Wrapper stopped working. ...
8 votes
1 answer
759 views
StackExchange API Java wrapper
Screenshot / Code Snippet StackExchangeApi api = new StackExchangeApi(key); api.authorize(authToken); StackExchangeSite siteService = api.getSiteService(StackExchangeSite.STACK_OVERFLOW); Response&...
2 votes
1 answer
216 views
Wrapper implementation method to get user notifications in Stack Exchange?
I'm trying to build an app that requires me to get the user notifications for a particular Stack Exchange user. Now, I'm trying to use Java to accomplish this and I came across this wrapper library: ...
2 votes
1 answer
226 views
Using an existing Java oAuth implementation to access the Stack Exchange 2 Api?
I found the Scribe oAuth api and I was wondering how a call would work with the Stack Exchange API, since that uses oAuth. I'm sorta green when it comes to oAuth but I'm planning on writing an ...
3 votes
1 answer
388 views
Java wrapper for the Stack Exchange API 2.0?
I've checked out StackWrap4J, but it looks like it doesn't support some of the new methods provided in the v2.0 API (specifically the ones having to do with user authentication). Does anyone know if ...
4 votes
0 answers
82 views
Is it OK to have a test account for a developing client?
I'm currently trying to implement an agorava component for Stackoverflow, and for testing purpose, i would like to create a test account, which would have one question asked, and would maybe send ...
0 votes
1 answer
105 views
Coding error at open URL
Hi, I have the following method to open a URL API String c=""; URL direccionURL; try { direccionURL = new URL("http://api.stackoverflow.com/1.0/users/523725"); BufferedReader in = new ...
7 votes
0 answers
283 views
SOCharts: Charts by Tags
Screenshot I created this small app as a weekend hack. It shows the reputations, upvotes, downvotes and accepted answers for a user against the tags for the answers. About I wanted to know how many ...
10 votes
1 answer
461 views
Stack Exchange gadget for Gmail and iGoogle
About This handy gadget can be added to iGoogle or left-hand nav panel of any Gmail account. It displays your current reputation on selected StackExchange sites and notifies you of reputation changes....
12 votes
3 answers
399 views
Rep Compare - Utility for Comparing Reputation - Version 0.8
New version! Includes a view of the posts similar to the Stack Exchange Reputation view. Just click and drag to select a region of ansers. (Note, still kind of buggy. Doesn't seem to exactly match ...
5 votes
0 answers
458 views
OBSOLETE - RoboStack: A Google Wave robot for the Stack Exchange API
OBSOLETE - Google Wave doesn't exist anymore. Screenshot / Code Snippet For a video snapshot visit http://code.google.com/p/robostack/. About Unlike a Jabber/XMPP robot, this application is a Google ...
6 votes
0 answers
390 views
OBSOLETE - Stacklipse - Eclipse plugin preview
Obsolete. This plugin is for/uses a decommissioned version of the API. About Stacklipse is an eclipse plugin that utilizes Stack Apps API to provide a search view in Eclipse. Currently just provide a ...
9 votes
0 answers
3k views
TopStack - Android client for Stack Exchange [closed]
Screenshot / Code Snippet About Android client for Stack Overflow and then all Stack Exchange sites in the future. License Freeware. Will probably change to ad-supported or maybe open-source (depends ...
33 votes
8 answers
5k views
StackWrap4J Java wrapper
The StackWrap4J 1.0.1 jar is now available! (See the changelog) Sample Code / Screen Shot The following code snippet was used to test the wrapper in the Android emulator: TextView text = (TextView)...
55 votes
6 answers
5k views
SkeetStalker - Get to unanswered questions before Jon Skeet?
Offline! This app is no longer supported. But perhaps the source code at GitHub may be useful. Screenshots Main Page Supports all Stack Exchange sites via StackAuth Search for users on any site to ...
59 votes
4 answers
9k views
OBSOLETE - Droidstack for Android - now with chat support! [closed]
Obsolete - coded for decommissioned version of the API. This app unmaintained since Feb 2011. Source code still available; all other links dead or empty. Current status I'm not actively maintaining ...
18 votes
0 answers
2k views
Stack Exchange Java client library
Sample Code /** * The following will print out the current stats for the * Stack Overflow site (stackoverflow.com). */ public class Example { public static void main(String[] args) { ...
16 votes
3 answers
6k views
stackoverflow-java-sdk: a Java wrapper for the Stack Exchange API
I have released a beta snapshot version of a Java wrapper for the Stack Overflow API at http://code.google.com/p/stackoverflow-java-sdk/. Please try it and provide your feedback. Screenshot / Code ...
5 votes
5 answers
645 views
Java wrapper for Stack Exchange
I am interested in building an Android or Java ME application. Is there a Java wrapper?