Facebook uygulaması ile kullanıcıların duvarda bir yazı yayımlama

0 Cevap php

I need to generate a picture from facebook user profile picture and post it to some users' walls. For instance, $attch = array( 'media' => array((array('type' => 'image', 'src' => 'https://graph.facebook.com/'.$uid.'/picture',
'href' => 'https://graph.facebook.com/'.$uid.'/picture/')));

'Src' => 'https://graph.facebook.com/'. $ Uid. '/ Resim' hattı herhangi bir resim görünmüyor ...

Bunu nasıl çözebilirim?

Teşekkürler

0 Cevap