Hi, I've setup Facebook Connect on my site so people can login using their Facebook details. This includes a PHP library, methods of which I call in my user class to determine logged-in status of the user. It *usually* works. However, I do occasionally get errors:
Notice: Uninitialized string offset: 0 (the line specified is when I try to access data retrieved by the Facebook PHP library) Warning: Cannot modify header information - headers already sent by (the line specified is part of the Facebook library, where is calls "setCookie") I wonder, could these be something do to with "bypassing" various Agavi input / output with regards to cookies? If so, how can this be avoided? If no, does anyone have any ideas as to why these errors occur? Michal. _______________________________________________ users mailing list [email protected] http://lists.agavi.org/mailman/listinfo/users
