Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

GooglePlus ShareCount-Provider - body ends with "s" #7

Open
slohm opened this issue Jun 11, 2015 · 0 comments
Open

GooglePlus ShareCount-Provider - body ends with "s" #7

slohm opened this issue Jun 11, 2015 · 0 comments

Comments

@slohm
Copy link

slohm commented Jun 11, 2015

The request retrieves an error because the body end with an "s".

With the following body it works (only delete the "s").

final String body = "[{\n" + "    \"method\":\"pos.plusones.get\",\n" + "    \"id\":\"p\",\n" + "    \"params\":{\n"
                + "        \"nolog\":true,\n" + "        \"id\":\"" + decodedUrl + "\",\n" + "        \"source\":\"widget\",\n"
                + "        \"userId\":\"@viewer\",\n" + "        \"groupId\":\"@self\"\n" + "        },\n"
                + "    \"jsonrpc\":\"2.0\",\n" + "    \"key\":\"p\",\n" + "    \"apiVersion\":\"v1\"\n" + "}]";
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant