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 am currently developing an Android app using the Facebook API. One module of my application consists in adding a friend (knowing the ID) and I would like to add a friend through the FB Dialog object. I used the Facebook object with dialog method: http://developers.facebook.com/docs/reference/androidsdk/dialog/ . as well as the FbDialog class to try adding a friend through a dialog: http://developers.facebook.com/docs/reference/dialogs/friends/ . However, as it is written in the documentation only feed and oauth are supported through this dialog. As a consequence, when I use this dialog trying to add a friend, either it redirects me to my browser and the AddFriend web dialog, or it successfully open a dialog but with a message saying that this is not supported.

My question is: is it possible to have this dialog working with the Add friend mechanism in spite of what the documentation says? Maybe one of you guys has found a trick to do so. Or maybe it is just not possible, and I have to stay with this method (that is opening the web browser), which I find not very user-friendly for my app.

Thanks in advance!

share|improve this question
you mean once i authorized using facebook then load my freinds ID...? – Munish Kapoor May 11 '12 at 12:05
Yes, let's say that the application is already authorized by the user on Facebook. Then, the user is able to add a friend according to the id (id which has been retrieved before). The only thing that I would like is this Facebook dialog for adding the friend, without having to open the web browser. – Tony May 11 '12 at 13:27
I'm having the same problem. Did you find a working solution? – LeiNaD_87 Oct 7 '12 at 11:52
Look this question: stackoverflow.com/a/11175665/710162 . Maybe it helps you – LeiNaD_87 Oct 7 '12 at 12:20

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

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

Browse other questions tagged or ask your own question.