Welcome Guest, Not a member yet? Register   Sign In
Facebook Ignited Infinite Loop Problem
#11

[eluser]alphabase[/eluser]
Looking forward to a working, proven solution Smile
#12

[eluser]toopay[/eluser]
in the normal situation, with working htaccess and right uri protocol configuration, you should can retrieve $_GET parameter from uri like your previous attemp : domain.com/welcomeFacebook/?code=878908098&state=98989898

If, for some reason you can't access that $_GET params, IMO : deals with htaccess and your uri protocol is (still) a better way rather than set uri protocol to query string and add every class constructor with ugly lines like above.
#13

[eluser]alphabase[/eluser]
Will give it a try, might take a week, will reply with results
#14

[eluser]Exventri[/eluser]
Think I found something here:

There's a typo in Fb_ignited class (v 1.0.4 in line 173:

if ($script = true): echo $this->fb_login_url(true);

should be :

if ($script == true): echo $this->fb_login_url(true);
#15

[eluser]Exventri[/eluser]
BTW: Same typo in line 165...
#16

[eluser]alphabase[/eluser]
Has the typo got anything to do with the problems mentioned above?
#17

[eluser]deth4uall[/eluser]
I have fixed that typo, as well as linked an article to the issue that will help you all. Also I have released v1.0.5.

http://thinkdiff.net/facebook/facebook-a...-solution/
#18

[eluser]Ted S[/eluser]
The Facebook PHP SDK is using $_REQUEST which has been problematic for me even with enable_query_strings enabled.

My solution has been to hack the API code to change the function getCode() in base_facebook.php to use _GET and _COOKIE directly. This seems to be working properly to authenticate users.

If anyone has a suggestion on why this is happening I'm all ears.
#19

[eluser]yabdab[/eluser]
Same issue here. Just loops over and over. Wish this thread would get a response from dev?
#20

[eluser]yabdab[/eluser]
After chatting with the developer, I was finally able to resolve the loop problem by changing my Facebook Advanced settings.

Here is what I am using and everything works...
https://skitch.com/yabdab/fc2gs/advanced...developers




Theme © iAndrew 2016 - Forum software by © MyBB