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.

A subclass of Dialog that can display one, two or three buttons. If you only want to display a String in this dialog box, use the setMessage() method.

learn more… | top users | synonyms

0
votes
0answers
38 views

Methods in DialogListener attached to Facebook.authorize() not being called in android app when fb app installed in device

I have the following activity connecting facebook @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); ...
0
votes
2answers
481 views

share Fb,Tw and Email using Intent.action_SEND in android

I have to post the text and email to FB,TW and Email. Here i have created one imageview.if i have to clcik these imageview means the alert dislog box is opening.Here the following 3 item is listed: ...
0
votes
1answer
102 views

Android Facebook 3.0 Customize login dialog

I am using the new FacebookSDK and want to use the SSO login feature. What happens is that you get a very ugly Dialog with the requested permissions listed in them. I would rather have the old way(see ...
0
votes
0answers
98 views

how to open alert dialog on clieck on button in listview

I want to open Facebook dialog on click of button in listview for this i perform action on click listener on button in adapter class .buts its shows following exception 01-23 17:28:43.697: ...
0
votes
1answer
330 views

Simple Alert Dialog Issue - Android

I have an app I am working on that uploads a picture to a facebook album. The app uploads the photo fine, no issues there. I can also put a caption on the photo if I hard code it. What I am trying to ...