This repository has been archived by the owner on Nov 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 471
Support Pocket top stories #9189
Comments
Mugurell
added a commit
to Mugurell/android-components
that referenced
this issue
Dec 10, 2020
Mugurell
added a commit
to Mugurell/android-components
that referenced
this issue
Dec 10, 2020
This would download, cache, offer Pocket recommended articles.
Mugurell
added a commit
to Mugurell/android-components
that referenced
this issue
Dec 10, 2020
This would download, cache, offer Pocket recommended articles.
Mugurell
added a commit
to Mugurell/android-components
that referenced
this issue
Dec 21, 2020
…ded articles. Since the previous version of this component was not in use anymore it was used as a starting point for the newly needed functionality - easily offering Pocket recommended articles to interested clients. The new version offers a simple API for downloading, caching and refreshing in the background the list of Pocket articles that is offered to clients.
Mugurell
added a commit
to Mugurell/android-components
that referenced
this issue
Dec 21, 2020
…ded articles. Since the previous version of this component was not in use anymore it was used as a starting point for the newly needed functionality - easily offering Pocket recommended articles to interested clients. The new version offers a simple API for downloading, caching and refreshing in the background the list of Pocket articles that is offered to clients.
Mugurell
added a commit
to Mugurell/android-components
that referenced
this issue
Dec 21, 2020
…ded articles. Since the previous version of this component was not in use anymore it was used as a starting point for the newly needed functionality - easily offering Pocket recommended articles to interested clients. The new version offers a simple API for downloading, caching and refreshing in the background the list of Pocket articles that is offered to clients.
Mugurell
added a commit
to Mugurell/android-components
that referenced
this issue
May 12, 2021
…ded articles. Since the previous version of this component was not in use anymore it was used as a starting point for the newly needed functionality - easily offering Pocket recommended articles to interested clients. The new version offers a simple API for downloading, caching and refreshing in the background the list of Pocket articles that is offered to clients.
Mugurell
added a commit
to Mugurell/android-components
that referenced
this issue
May 12, 2021
…ded articles. Since the previous version of this component was not in use anymore it was used as a starting point for the newly needed functionality - easily offering Pocket recommended articles to interested clients. The new version offers a simple API for downloading, caching and refreshing in the background the list of Pocket articles that is offered to clients.
Mugurell
added a commit
to Mugurell/android-components
that referenced
this issue
May 13, 2021
…ded articles. Since the previous version of this component was not in use anymore it was used as a starting point for the newly needed functionality - easily offering Pocket recommended articles to interested clients. The new version offers a simple API for downloading, caching and refreshing in the background the list of Pocket articles that is offered to clients.
mergify bot
pushed a commit
that referenced
this issue
May 13, 2021
Since the previous version of this component was not in use anymore it was used as a starting point for the newly needed functionality - easily offering Pocket recommended articles to interested clients. The new version offers a simple API for downloading, caching and refreshing in the background the list of Pocket articles that is offered to clients.
4 tasks
grigoryk
pushed a commit
to gabrielluong/android-components
that referenced
this issue
Sep 11, 2021
…ded articles. Since the previous version of this component was not in use anymore it was used as a starting point for the newly needed functionality - easily offering Pocket recommended articles to interested clients. The new version offers a simple API for downloading, caching and refreshing in the background the list of Pocket articles that is offered to clients.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Fennec and other Mozilla apps supported this.
Fenix is preparing to add this also. Tracking ticket - mozilla-mobile/fenix#16638
AC could help with this by containing all logic needed for:
There is already support for video recommendations - initially added in #651 oferring this for Fire TV devices.
Requirements:
Following the Fennec implementation from https://bugzilla.mozilla.org/show_bug.cgi?id=1380808 we should update
service.pocket
with the following:https://getpocket.cdn.mozilla.net/v3/firefox/global-recs
consumer_key
- secret api key added as a request parametercount
- number of items to download from Pocket. Fennec and Fenix would use 3.Default is 20.
locale
- ISO 639 language code that allows getting recommended articles for particular locales.Default may be "en-US"
userAgent
is also a current requirement. Not sure we need this though or maybe we can just offer a default one.feature.pocket-recommendations
that would allow client easily getting a list of recommended Pocket articles:service.pocket
to download Pocket articles1 hour
as a refresh timeout┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: