Most discussed posts

Posts with the highest number of comments:

Recent comments

  • nathan: Very nice and easy
  • Gandhar: how can i create an album in a group? I get the following error when I try to create an album in a group (#10) Application does not have permission for this action Following is my code:- $facebook = new Facebook(array( 'appId' => APP_ID, 'secret' => SECRET_ID, 'cookie' => true )); $loginUrl = $facebook->getLoginUrl( array('scope' => 'read_stream,publish_stream,photo_upload,user_photos, user_photo_video_tags,user_groups,offline_access')); $album_details = array( 'message'=> 'Test Album from api', 'name'=> 'Test Album' ); $create_album = $facebook->api(GROUP_ID.'/albums', 'post', $album_details);
  • Suhas: Thanks dear... You helped me lot.... :)
  • Man: this is exactly what I needed!
  • User: Thanks
  • RJ: Thanks for the script. Is there anyway to include the field names in the dump?
  • ashley sargent: i have followed this exactly but my crons still dont work please can you help me its for my text based browser game
  • Tim: I had everything BUT the -q. Without the -q I was getting errors that cron couldn't access the file. With -q, everything works just fine. Thanks!
  • Erwin Zarria: Very good... Thanks!
  • Nir: Great great great! But it takes forever to upload a 6.5 GB database