Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

When trying to authenticate with facebook, my app crashes. It reaches the line

new FbDialog(context, url, listener).show();

Specifically in the show() (which I can't see sadly). It only happens when I run the application on an emulator (tried on version 2.2). It works fine on my actual phone (which admittedly is running 2.2.1 - is this likely to make a difference? I am struggling to download a later version at the moment but will keep trying if it is likely to be the cause)

Don't really know where to start with this so any pointers would be helpful.

share|improve this question

1 Answer

up vote 0 down vote accepted

I am so dumb it is unreal - had commented out some code because it couldn't find the right Drawable in R. This code would only have been used if Facebook was not installed hence not happening on our phones.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.