Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在为我的 android 应用程序使用 facebook sdk。有一个名为 AsyncFacebookRunner 的类。我想使用这个类,但在 Eclipse 中它表明这个类已被弃用。我想知道是否有任何其他类可以代替 AsyncFacebookRunner 或者我如何使用 AsyncFacebookRunner?
从2.0 升级到 3.0:
“AsyncFacebookRunner 已被弃用;要异步执行 Requestst,请使用 RequestAsyncTask”