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 writing an application for Facebook that allows the user to choose photos they want to associate with their post. Is there a way I can use Facebook's 'Choose From Photos' dialog in my application?

I've look at the JavaScript SDK and didn't see it. TIA

share|improve this question

1 Answer

You'll need to access the graph API and grab the user's photo, then build the UI yourself. I recommend jQuery UI dialog for these uses. It'S easy to use and looks great.

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.