Quantcast
Channel: Android facebook feed dialog doesn't show up - Stack Overflow
Browsing index pages (3 articles)
↧

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


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

mFacebook is probably null. Check it out.

View Article


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
Browsing index pages (3 articles)


Latest Images