Hello. I'm developing a tool to send scraps to all orkut friends for a
images website.
I'm running the files on my local computer using xampp.
RPC_ENDPOINT and $oauthRequestTokenParams are setted to the sandbox:
const RPC_ENDPOINT = '
http://sandbox.orkut.com/social/rpc';
protected $oauthRequestTokenParams = array('scope' => 'http://
sandbox.orkut.gmodules.com/social');
So, why if I send a scrap to a friend using the scrapall sample, they
can se it?
Is there any other think I must change?
Thanks.