patreon-java icon indicating copy to clipboard operation
patreon-java copied to clipboard

Interact with the Patreon API via OAuth

Results 22 patreon-java issues
Sort by recently updated
recently updated
newest added

Like the title suggests, I am wondering whether this lib is still being maintained. There are some serious vulnerabilities in this lib like stated in #45. It also seems some...

because: RequestUtil.java String prefix = BASE_URI + "/api/oauth2/api/"; URL url = new URL(prefix.concat(pathSuffix)); the url is https://www.patreon.com/api/oauth2/api//current_user?include=pledges An extra one/ Right URL is https://www.patreon.com/api/oauth2/api/current_user?include=pledges

Always null. Since the social connection contains a reference to the id, the field should be removed and the getter kept, though changed to access the connection

Hi! I've made some initial changes to support Patreon API v2. It's not fully implemented yet, but you can find it useful! Here's how you can install it in your...

Bumps [json](https://github.com/douglascrockford/JSON-java) from 20140107 to 20230227. Release notes Sourced from json's releases. 20230227 Pull Request Description #723 Protect JSONML from stack overflow exceptions caused by recursion #720 Limit the XML...

dependencies

While evaluating this library for use in my project, I discovered several security vulnerabilities in its dependencies: retrofit-2.1.0.jar: CVE-2018-1000850 jsoup-1.10.3.jar: CVE-2021-37714 gson-2.8.2.jar: CVE-2022-25647 httpclient-4.2.3.jar: CVE-2014-3577 This fixes these.

I get this exception org.jsoup.HttpStatusException: HTTP error fetching URL. Status=401, URL=https://www.patreon.com/api/oauth2/token at org.jsoup.helper.HttpConnection$Response.execute(HttpConnection.java:682) at org.jsoup.helper.HttpConnection$Response.execute(HttpConnection.java:629) at org.jsoup.helper.HttpConnection.execute(HttpConnection.java:261) at org.jsoup.helper.HttpConnection.post(HttpConnection.java:256) at com.patreon.PatreonOAuth.getTokens(PatreonOAuth.java:57) at net.proxysocke.gittest.LoadUp.main(LoadUp.java:34) my code public static String clientid =...

Bumps [jsoup](https://github.com/jhy/jsoup) from 1.10.3 to 1.15.3. Release notes Sourced from jsoup's releases. jsoup 1.15.3 jsoup 1.15.3 is out now, and includes a security fix for potential XSS attacks, along with...

dependencies

Bumps [plexus-utils](https://github.com/sonatype/plexus-utils) from 2.1 to 3.0.16. Commits cf317f9 [maven-release-plugin] prepare release plexus-utils-3.0.16 26e3ae8 Remove incorrect tag element 99639d6 Little test to mimic ${project.artifactMap(g:a:c)} usage 5d46979 Needs to build with 1.7...

dependencies

Bumps [gson](https://github.com/google/gson) from 2.8.2 to 2.8.9. Release notes Sourced from gson's releases. Gson 2.8.9 Make OSGi bundle's dependency on sun.misc optional (#1993). Deprecate Gson.excluder() exposing internal Excluder class (#1986). Prevent...

dependencies