I am using facebook sdk for my android application. There is a class called AsyncFacebookRunner. I want use this class, but in eclipse it shows that this class is deprecated. I want to know is there any other class to use instead of AsyncFacebookRunner or how can I use AsyncFacebookRunner?
Share
From Upgrading from 2.0 to 3.0:
“AsyncFacebookRunner has been deprecated; to execute Requestst asynchronously, use RequestAsyncTask”