Created 04-05-2023 07:43 AM
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
@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
@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
Thanks @MattWho !