-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Twitter User Mentions feed #153
Comments
yes! thanks for filing. i looked at that API endpoint originally, but shied away from it since it only works for the authenticated user, not arbitrary usernames: Lines 415 to 418 in 2310f03
...but that's a totally reasonable limit to impose. |
note to myself: i'd probably add the special case for the authenticated user to https://granary.readthedocs.io/en/latest/source/granary.html#granary.twitter.Twitter.fetch_mentions Line 449 in 2310f03
not sure how i'd expose it in the API and/or the web UI yet. |
Sorry if I'm missing something obvious, but isn't Granary authenticating to Twitter as me already? Or is it authenticating as your application ID and I'm simply granting that ID read access to my Tweets? |
heh, yes. the missing part is the |
Twitter is now developer-hostile, so I don't plan to work on this myself. I'll happily review and merge PR(s) though! |
Twitter offers an API endpoint for user mentions. It would be grand if I could subscribe to this from Granary.
The text was updated successfully, but these errors were encountered: