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.

Using javascript SDK i first have the user authenticate the app and then get the friend list and pre-populate the to field.

here is what I have so far. gives a vague error

http://www.fbrell.com/saved/fcd3326a3fb5ca0c28e19053df70ab01

share|improve this question

1 Answer

If your code was indented properly you would have found your syntax error very fast.

your function loop(list){ is not closed properly.

if(list.length != 0){ is closed with }; delete the ; and add } after it

http://www.fbrell.com/saved/da459800ab32f9ede5d4783bcbe0609d

Enjoy :-)

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.