facebookClient.fetchObject("me", User.class); the process never ends

92 views
Skip to first unread message

Victor Lacerda

unread,
May 15, 2013, 8:50:12 PM5/15/13
to res...@googlegroups.com
i have tried execute this code below but its never ends, this no give error or exception its just never ends, i try let its process by 15 minutes nevertheless no complite



import com.restfb.*;
import com.restfb.types.User;

public class rodar {

    public static void main(String[] args) {
        FacebookClient Client = new DefaultFacebookClient(/*My_Access_Token*/);
        User us = Client.fetchObject("me", User.class);
       
        System.out.println(us);
       
    }
}

Victor Lacerda

unread,
May 23, 2013, 3:53:01 PM5/23/13
to res...@googlegroups.com
i know whats happens here, the problem is caused by my JDK, seems to me i got a virus
Reply all
Reply to author
Forward
0 new messages