We are about to switch to a new forum software. Until then we have removed the registration on this forum.
hi, im tryng to merge two sketches with OOP, one that use the native method JSONObject for get instagram api, and the other that use the twitter4j library, but when i merge i have a conflict with twitter library and jsonobject, the error is that the variables that use jsonobject are ambiguos with the library. Is there a way to deal with this ambiguity? for example make inaccessible one of two classes with the other? Thanks
Answers
package
processing.data.thanks now it works fine! ;)
I believe it is
twitter4j.JSONObject
and there is an utility to find with Json is a given one:
https://twitter4j.org/javadoc/twitter4j/JSONObjectType.html
:)