There is no documentation of the PHP...
pilgrim: true/false; there is no documentation for the official PHP5 client library
zachallia: wiki
pilgrim: url?
zachallia: http://wiki.developers.facebook.com/index.php/Main_Page
zachallia: or jus tlook in the top
zachallia: topic
zachallia: of this channel
pilgrim: http://wiki.developers.facebook.com/index.php/PHP
pilgrim: there is no documentation for the PHP CLient library on that page
zachallia: what do you mean documentation
pilgrim: I mean documentation, as in class references, methods, variables
zachallia: there is plenty
pilgrim: actual lists of actual methods which I can actually call
zachallia: there are only a few methods you will even use
pilgrim: I still need to know what they are
zachallia: look at the API documentation on the wiki
zachallia: has examples for every api call
zachallia: in php
pilgrim: http://wiki.developers.facebook.com/index.php/Users.getLoggedInUser
pilgrim: where?
swim84: pilgrim: you could just read through the files; they're commented pretty well
pilgrim: assuming this is valid code, cause I don't know, $facebook = new Facebook($fb_api_key, $fb_secret); $fb_uid = $facebook->get_loggedin_user(); can you show me where it tells me that method exists?
pilgrim: so documentation doesn't exist?
zachallia: it does
pilgrim: where?
zachallia: on the wiki
zachallia: there is a ton of docs
pilgrim: I've already defined documentation
pilgrim: I don't mean "docs" literally of course
swim84: zachallia: give up, it's not worth it
pilgrim: someone just tell me they don't exist and I'll shut up
zachallia: for what you are looking for... they are in the actual file
zachallia: use some php documentor thing if you want that
zachallia: swim84: ya
Apr 3rd