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 the php sdk for the Facebook API access. When I get the login url and have the user click that to authorize access for my app is there anyway via php to have it done in a popup? I tried just a normal popup but all I get is the facebook logo. It will only work if I go straight to the page itself and not via popup. Is there a parameter to pass to tell it to prompt in a popup?

share|improve this question

2 Answers

up vote 0 down vote accepted

You have to do this via the FB JS-SDK and this Tag

<fb:login-button></fb:login-button>

Take a look at this example: https://github.com/facebook/php-sdk/blob/master/examples/with_js_sdk.php

share|improve this answer

Looks like a regular javascript popup works. My original issue was it wasnt working with jquery colorbox. Though I prefer to use colorbox doesnt appear to allow this to work with facebook.

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.