deal conflict with twitter4j library and JSONObject method

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

Sign In or Register to comment.