Guest User

Untitled

a guest
Jan 19th, 2019
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. public MediaCommentsFeed getMediaComments(**long mediaId**) throws InstagramException {
  2. ...
  3. }
  4.  
  5. public MediaCommentsFeed getMediaComments(**String mediaId**) throws InstagramException {
  6. ...
  7. }
  8.  
  9. java.lang.NoSuchMethodError: org.jinstagram.Instagram.getMediaComments(**Ljava/lang/String;)Lorg/jinstagram/entity/comments/MediaCommentsFeed;**
  10. at com.shoewars.controller.InstagramController.hanldeInstagramOauthCallBackResponse(InstagramController.java:92)
Add Comment
Please, Sign In to add comment