I have the app which able to
1.post on the user wall
2.Publish_stram and read_friendlists permissions
3.able to get friends list
and get the list like
{
"name": "example1",
"id": "100003373457"
},
{
"name": "example2",
"id": "100003377"
},
but i don't known how to make a loop to post on all friends wall with sleep() ?
Can any one please help me ?