You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am implementing a wallabag compatible server (here: sako).
It's working rather well (if I may say so myself), and the wallabag web extension works well when directed at the sako based endpoint.
when trying to use the android-app, I have had to inject mysterious strings inside the HTML landing page:
(could this be documented somewhere ? I was a bit surprised by this mix of scraping HTML and using the REST API)
with that "hack", I could make android-app properly (or seemingly) authenticate with my sako server, retrieve articles into the android-app cache, and generally use that app.
however, it seems renewing the credentials doesn't work even though it does seem to work for the wallabag extension + sako (where I believe I did correctly implement the /oauth endpoint).
so, here is my question: how is the renewal of credentials supposed to work, and what sako needs to provide for android-app to work properly ?
The text was updated successfully, but these errors were encountered:
thanks for the api-wrapper pointer.
I am very naive when comes to java. I managed to compile the project (./gradlew build).
how would I run a modified api-wrapper-examples/src/main/java/wallabag/Main.java ?
hi there,
I am implementing a wallabag compatible server (here: sako).
It's working rather well (if I may say so myself), and the wallabag web extension works well when directed at the
sako
based endpoint.when trying to use the android-app, I have had to inject mysterious strings inside the HTML landing page:
(could this be documented somewhere ? I was a bit surprised by this mix of scraping HTML and using the REST API)
with that "hack", I could make
android-app
properly (or seemingly) authenticate with mysako
server, retrieve articles into theandroid-app
cache, and generally use that app.however, it seems renewing the credentials doesn't work even though it does seem to work for the wallabag extension + sako (where I believe I did correctly implement the
/oauth
endpoint).so, here is my question: how is the renewal of credentials supposed to work, and what
sako
needs to provide forandroid-app
to work properly ?The text was updated successfully, but these errors were encountered: