Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Twitter processors

avatar
Explorer

Has anyone already configured the processor for twitter?

GetTwitter return 404

ConsumeTwitter return 403

 

 

1 ACCEPTED SOLUTION

avatar
Super Mentor

@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

View solution in original post

2 REPLIES 2

avatar
Super Mentor

@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

avatar
Explorer

Thanks @MattWho !