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.

From Facebook login documentation:

<div 
    class="fb-registration" 
    data-fields="[{'name':'name'}, {'name':'email'},
      {'name':'favorite_car','description':'What is your favorite car?',
        'type':'text'}]" 
    data-redirect-uri="URL_TO_LOAD_AFTER_REGISTRATION"
 </div>

Isn't this missing a closing > on the opening div tags?

<div foo></div> right?
share|improve this question
You're right! Report :) – Mihai Iorga Sep 14 '12 at 6:28
Ok cool thanks. Where does the > go though? After REGISTRATION" ? – wilfra Sep 14 '12 at 6:31
Yes exactly there :) – Mihai Iorga Sep 14 '12 at 6:31

closed as too localized by Mihai Iorga, raina77ow, Igy, Peter O., ThinkingStiff Mar 10 at 1:34

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.