tags:

views:

21

answers:

1

Hi,

I tried:

<fb:login-button v="2" perms="email"></fb:login-button>

But when the FaceBook login window pops up, I don't see the extended permission, only the basic.

Any ideas on what I'm doing wrong?

Thanks, David

A: 

Is it possible that it already granted you this permission once? It wouldn't show dialog twice. Try to remove this app from your installed apps and test again.

You can also trigger login dialog using javascript SDK.

serg
thanks.u are right.
David Hsu

related questions