Is there a way to add possibly_sensitive to a tweet? #54
-
I'd like to add the // compose the tweet
$tweet = (new \Coderjerk\BirdElephant\Compose\Tweet)->text('one more test...');
$tweet->possibly_sensitive = true;
// send the tweet
$response = $oApi->tweets()->tweet($tweet); But that throws an error 400, bad request: "possibly_sensitive: is not defined in the schema". Anyone have a suggestion? |
Beta Was this translation helpful? Give feedback.
Answered by
danieldevine
May 6, 2023
Replies: 2 comments
-
I don't think there's a way to do this using the v2 api I'm afraid. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
RonaldPK
-
OK, thanks for the reply. I thought v1 had such an option but it seems I misread the docs. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I don't think there's a way to do this using the v2 api I'm afraid.