[BUG] User tweet trigger not working with NSFW accounts
Status: Closed · Asked by johndoe098790 on · 0 views
HI,
After wondering why my flow worked on my regular test account and not on my production account, I cam to the conclusion that NSFW accounts cannot trigger tweets.

Is it expected behavior?
Is it expected behavior?
Can you please check whether you are the admin of that Twitter account? Also is there any tweet with that account.
Can you please check whether you are the admin of that Twitter account? Also is there any tweet with that account.
I can confirm I am the owner of the 2 faulty acocunts and that there are regular tweets on it (every 4/5 hours)
Hey @johndoe098790
Please check Twitter's terms and policy once on processing sensitive content through their platform.
Hey @johndoe098790Please check Twitter's terms and policy once on processing sensitive content through their platform.
There is no politic defined, it depends how you use the API. I would need for that to understand how is built the query made by Pabbly.
With the API, there's always ways to retrieve sensitive content.
We would recommend you contact the Twitter team for the same. Perhaps they might help you with the same.
We would recommend you contact the Twitter team for the same. Perhaps they might help you with the same.
It makes no sense for me to go contact Twitter for something related to Pabbly use of the API, especially if I have no idea what is the request you use in Pabbly's code.
I was able, through my own coding and API key, to retrieve the tweets from my accounts. So Twitter is definitely not at fault there.
We only used the Twitter API reference and utilized the following endpoint URL to fetch new tweets.
https://api.twitter.com/1.1/statuses/user_timeline.json?count=200&tweet_mode=extended