- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Twitter processors
- Labels:
-
Apache NiFi
Created ‎04-05-2023 07:43 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Has anyone already configured the processor for twitter?
GetTwitter return 404
ConsumeTwitter return 403
Created on ‎04-05-2023 11:46 AM - edited ‎04-05-2023 11:50 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@RRosa
This is likely result of changes on Twitter's side related to changes to their twitter API endpoint and not directly related to the ConsumeTwitter processor included with NiFi:
https://techcrunch.com/2023/02/01/twitter-to-end-free-access-to-its-api/
Looks like free access to consume from Twitter was cut off in February.
From the following page, we can see that the Free tier now only allows writes and no consumes.
https://developer.twitter.com/en/products/twitter-api
You would need at least a "Basic" subscription to continue to consume from Twitter.
If you found that the provided solution(s) assisted you with your query, please take a moment to login and click Accept as Solution below each response that helped.
Thank you,
Matt
Created on ‎04-05-2023 11:46 AM - edited ‎04-05-2023 11:50 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@RRosa
This is likely result of changes on Twitter's side related to changes to their twitter API endpoint and not directly related to the ConsumeTwitter processor included with NiFi:
https://techcrunch.com/2023/02/01/twitter-to-end-free-access-to-its-api/
Looks like free access to consume from Twitter was cut off in February.
From the following page, we can see that the Free tier now only allows writes and no consumes.
https://developer.twitter.com/en/products/twitter-api
You would need at least a "Basic" subscription to continue to consume from Twitter.
If you found that the provided solution(s) assisted you with your query, please take a moment to login and click Accept as Solution below each response that helped.
Thank you,
Matt
Created ‎04-05-2023 12:04 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks @MattWho !
