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 designing a website in which I want to display pictures from a certain user's Facebook albums. I have the FB Javascript API implemented, but I can't figure out how to login to an account with a predetermined username and password, rather than showing a popup asking the user for credentials.

Can anybody point me in the right direction?

share|improve this question
What's with the downvote? I see complete legitimacy in the question. – The Kraken Dec 16 '12 at 0:37

closed as not constructive by Brian Roach, Jocelyn, animuson, chmullig, nandeesh Dec 16 '12 at 6:13

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

1 Answer

up vote 0 down vote accepted

You don't do this via the JavaScript SDK. It's client-side, which would mean you'd basically be giving access to that account to all of your users.

You need to pull this server-side, with an access token for your Facebook user.

share|improve this answer
That seems to be what another question indicated as well. Thank you. – The Kraken Dec 16 '12 at 1:03

Not the answer you're looking for? Browse other questions tagged or ask your own question.