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.

i'm trying to use the Facebook SDK and Facebook Object in order to use facebook's dialogs in my android application.

for now i've found out that the "feed" dialog is working in this display type, but "send" and "friends" doesn't..

can some one please provide some kind of list of the Facebook Dialogs which are available for android platform ?

share|improve this question

1 Answer

up vote 0 down vote accepted

Check out the official documentation here.

The dialog has three parameters, the action param decides the type of the dialog.

Quote:

action - The type of dialog to call. Currently supported methods are feed, apprequests and oauth.

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.