Quantcast
Channel: Android facebook feed dialog doesn't show up - Stack Overflow
Browsing latest articles
Browse All 3 View Live

Answer by A--C for Android facebook feed dialog doesn't show up

Your mFacebook object is null, you should do mFacebook = new Facebook ("yourappIDString"). You must pass an appID to the constructor Also, to answer your deprecation question, the Facebook source...

View Article



Answer by Flávio Faria for Android facebook feed dialog doesn't show up

mFacebook is probably null. Check it out.

View Article

Android facebook feed dialog doesn't show up

When I click on the button, the app stopped.public class MainActivity extends ListActivity { private Facebook mFacebook;Button dialogButton = (Button) dialog.findViewById(R.id.dialogButtonOK);...

View Article
Browsing latest articles
Browse All 3 View Live




Latest Images