-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
deprecated API calls #405
Comments
Also, the methods in |
It appears this resource survived today’s APIpocalypse. Are you still having issues with it? |
I've migrated to the new version before that (i.e. I used the favorite count field that comes in the main tweet json), which actually simplified everything a lot, because I don't need to do any extra calls now or handle two kinds of fields etc. But you're right, the old version seems to be still working. |
…or not. See #419. |
I'm using the undocumented
statuses_activity
call in my program, and I got this error once a few days ago:It looks like you can now extract the favorites count from the standard Tweet items from the timeline (there was no such field there before). It would be probably a good idea to remove the deprecated calls from the gem. (I don't know which exactly are going away, I suppose probably all from
Undocumented
, but you'll only know after 11th June when the 1.0 API is supposed to be disabled - for now this was a one-time warning.)The text was updated successfully, but these errors were encountered: