Re: [android-developers] Re: Video Sharing to Facebook from Android App using "share" intent FAIL :( .

2012-04-05 Thread Chris Stratton
On Thursday, April 5, 2012 5:41:37 AM UTC-4, softy wrote: > > The exception is coming form inside the >>> > *com.facebook.katana.service.method.VideoUpload.getRealPathFromURI > > that is a part of android.jar I guess. > * No, it's part of a facebook client application which is launched in resp

Re: [android-developers] Re: Video Sharing to Facebook from Android App using "share" intent FAIL :( .

2012-04-05 Thread s.rawat
I coulnt find the answer but created a post here for further follow up : http://stackoverflow.com/questions/10029371/video-sharing-on-facebook-using-the-android-share-intent Thanks @Mike above. "..pain is temporary.quitting lasts forever." My Blog " O

Re: [android-developers] Re: Video Sharing to Facebook from Android App using "share" intent FAIL :( .

2012-04-05 Thread Jim Graham
On Thu, Apr 05, 2012 at 03:11:37PM +0530, s.rawat wrote: > The exception is coming form inside the >>> > *com.facebook.katana.service.method.VideoUpload.getRealPathFromURI > > that is a part of android.jar I guess. The null pointer exception, however, is not. Use Log.d statements at the point wh

Re: [android-developers] Re: Video Sharing to Facebook from Android App using "share" intent FAIL :( .

2012-04-05 Thread s.rawat
The exception is coming form inside the >>> *com.facebook.katana.service.method.VideoUpload.getRealPathFromURI that is a part of android.jar I guess. *"..pain is temporary.quitting lasts forever." My Blog " On Thu, Apr 5, 2012 at 12:39 PM, Ali Chousein

[android-developers] Re: Video Sharing to Facebook from Android App using "share" intent FAIL :( .

2012-04-05 Thread Ali Chousein
Look at the following lines in your logcat. Your implementation throws NullPointerException. You have your source code, so only you can solve this problem, by debugging it and by finding what causes this NullPointerException. Your question contains the answer that you need actually. E/AndroidRunti