Read the statement by Michael Teeuw here.
Calendar Module - Unable to load Facebook Birthdays
-
Both my Facebook calendar links are different. Birthdays contains a b.php and events is u.php. Tried birthdays by itself and still didn’t work.
-
For those of you who are having issues with your Facebook Birthdays calendar … if any of you want to PRIVATELY send me your actual link, I will stick it in my config and see what happens. Presumably it will fail the same way it is for you guys, but at least I’ll have something to test against since mine are working just fine. I don’t have a failed test case … I promise not to sell your information.
-
I think we sold our information the moment we signed up to Facebook. Happy to send you the link and see what happens.
-
I have Robby’s at the moment, trying to recreate the problem.
-
Or maybe it’s because I’m trying to debug from the command line … as always …
Looks like Facebook is returning an ‘unsupported browser’ page when we try to fetch the data. Well aren’t they clever. Time to do some code massaging …
-
So here’s the fun part … mine was working. Because I hadn’t gone a
'git pull'
in a while on my dev tree, so I never saw the change. Now that I am current, it’s not working. So, none of you are any more crazy than we all are, it really isn’t working. I’m running some debugging and trying to figure out where and why it’s failing. -
@KirAsh4 said in Calendar Module - Unable to load Facebook Birthdays:
So here’s the fun part … mine was working. Because I hadn’t gone a
'git pull'
in a while on my dev tree, so I never saw the change. Now that I am current, it’s not working. So, none of you are any more crazy than we all are, it really isn’t working. I’m running some debugging and trying to figure out where and why it’s failing.We’ll have to recruit more QA peeps for future commits! :P haha
-
Yeah, not as easy as it sounds. For those who enjoy seeing the nitty gritty, this is what happens with the various calendar payloads and you can clearly see the FB one failing:
Working on trying to figure out why since it does work from the command line, but not in browser.
-
@KirAsh4 said in Calendar Module - Unable to load Facebook Birthdays:
Yeah, not as easy as it sounds. For those who enjoy seeing the nitty gritty, this is what happens with the various calendar payloads and you can clearly see the FB one failing:
Working on trying to figure out why since it does work from the command line, but not in browser.
What is the tool you’re using in that screenshot to test this out?
-
Firebug extension in Firefox. Though most browsers have a basic console output if you just hit F12. And the data that you see there is normally not visible. I added those output streams in my dev tree so I can see what’s going on.