1
vote
2answers
132 views

using AsyncTask for implementing Logout functionality for Facebook using Facebook SDK

I want to create an application which uses Facebook SDK to log on to the facebook. I was successful to implement login functionality using the same. (I would also like to mention i am using deprecated ...
2
votes
3answers
658 views

How to stop AsyncFacebookRunner or stop a request in general?

I have an AsyncFacebookRunner that uploads an image to Facebook. I want to create a cancel button that will stop the download. How can one achieve that? EDIT: This is how I use it: byte[] data = ...
3
votes
3answers
1k views

Facebook authorize not working inside Android Asynctask or Thread

Working with facebook in Android. Sometimes my application is cashing in real time device when I tried to authorize Facebook in Android.not in emulator. I used the Android Facebook SDK. So I thought ...
2
votes
0answers
390 views

Crash while downloading file with AsyncTask

I'm developing an app for Android to download the pic from all the friends. I successfully made my app logging in. Now, I need to parse a JSON and download some of the pics. Here the sources: ...