O'Reilly Answers is a community site for sharing knowledge, asking questions, and providing answers that brings together our customers, authors, editors, conference speakers, and Foo (Friends of O'Reilly). More »
Answered by Alejandro Ramirez : Jun 24 2011 08:35 AM
I removed the HTML5 !DOCTYPE and found out that I was having to explicitly make another authentication call to the Facebook API to get the user logged on.
The FB.Init call I have in the code wasn... full answer >
Whenever a relationship between two variables is discovered and defined, we can use one variable to guess another. Drawing a regression line allows you to picture the relationship and make predicti...
Graphs show up everywhere in social networking. But doing computation on graphs is notoriously time consuming. What are graphs, and how do you work with them efficiently? Here's an answer, from...