I am facing forbidden error in publishing a tweet through Twitter API only when I select target countries “North Korea” or “Myanmar”. I am able to publish tweet for other countries without any issue.
Whenever I send narrowcast_place_ids field with following place_ids along with my tweet text to Twitter API, it always returns Forbidden Error with 403 status code and I am getting following message from Twitter API gem (https://github.com/sferik/twitter).
place_ids-
c999e6a453e9ef72 (North Korea)
765e433145f71368 (Myanmar)
Error Message-
Twitter::Error::AlreadyRetweeted: Status creation failed: Tweet creation failed.
This have tried it with multiple Twitter applications those are authorised to perform this action but faced same issue only for these 2 countries.