If all keys in array = the same value

I am using the twitter API and need a bit of help with determining the friends results.

$content = $connection->get('followers/list',array('screen_name' => $screen_name,'count' => $count, 'cursor' => $random_count));

will list all the followers and have a key called following and this could be true or false.

I want to work out if all the values of following are true and if they are i want to take the current value of $count and up that by 50.

can any one assist me with this query please?

reading the API i have to update the cursor information instead of count.

I dont know what $connection->get does to the result. What is $content at the end of your call?

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.