nst / STTwitter

A stable, mature and comprehensive Objective-C library for Twitter REST API 1.1
BSD 3-Clause "New" or "Revised" License
999 stars 165 forks source link

fix don't work stringify_friend_ids parameter #268

Closed mironal closed 7 years ago

mironal commented 7 years ago

I tried User Stream API.

I got numeric friend ids. But I expect stringify friend ids.

I tried changing stringify_friend_ids parameter, @"1" to @"true".

I got a result that is I expected.

When md[@"stringify_friend_ids"] = @"1";

I got numeric friend ids.

image

md[@"stringify_friend_ids"] = @"true";

I got stringify friend ids. 👍

image


At the same time other bugs...

mironal commented 7 years ago

please review 😭

nst commented 7 years ago

thank you, sorry for the delay