Skip to main content

Questions tagged [java]

Accompanies [app]s written in, or [library]s meant to be used from, the Java programming language

2 votes
1 answer
95 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 ...
RockyJ's user avatar
  • 21
2 votes
1 answer
712 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 ...
Louise's user avatar
  • 21
1 vote
0 answers
143 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....
Mahesh Shetty's user avatar
3 votes
0 answers
84 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 ...
Lefty G Balogh's user avatar
3 votes
1 answer
240 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 ...
Abheeshta Putta's user avatar
5 votes
1 answer
147 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: ...
Doron Tro's user avatar
4 votes
0 answers
278 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: ...
iamovrhere's user avatar
6 votes
2 answers
1k 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 ...
Sanjiv's user avatar
  • 325
2 votes
1 answer
166 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. ...
Sanjiv's user avatar
  • 325
8 votes
1 answer
726 views

StackExchange API Java wrapper

Screenshot / Code Snippet StackExchangeApi api = new StackExchangeApi(key); api.authorize(authToken); StackExchangeSite siteService = api.getSiteService(StackExchangeSite.STACK_OVERFLOW); Response&...
hsz's user avatar
  • 181
2 votes
1 answer
180 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: ...
seeker's user avatar
  • 121
2 votes
1 answer
210 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 ...
Manny Fleurmond's user avatar
3 votes
1 answer
353 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 ...
Alex Lockwood's user avatar
4 votes
0 answers
70 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 ...
Riduidel's user avatar
  • 213
0 votes
1 answer
88 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 ...
Lobo's user avatar
  • 121

15 30 50 per page