I'm moving my application from Twitter API version 1 to 1.1 and have issues with friendships/create.
according to the 1.1 documentation (https://dev.twitter.com/docs/api/1.1/post/friendships/create) friendships/create is not rate limited, yet when I call friendships/create I can see that the rate limit is 15 (according to 'x-rate-limit-limit').
Am I doing something wrong here? is the rate limit really 15 follows per time window?