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
{{ message }}
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.
Working on a webhook interaction with Feedly, each user will bring their own tokens. I would be remiss to hardcode it on the server. It'd be great if, instead of using a file to process the tokens, I could pass them directly into the Feedly constructor.
The text was updated successfully, but these errors were encountered:
I like it. Would you be willing to pass in an expiry date also? I would throw an exception if you supplied any of (access_token, refresh_token, expires) without specifying all three.
Working on a webhook interaction with Feedly, each user will bring their own tokens. I would be remiss to hardcode it on the server. It'd be great if, instead of using a file to process the tokens, I could pass them directly into the
Feedly
constructor.The text was updated successfully, but these errors were encountered: