See I want to post and tag the post to my friends in my account and on my page. for that, I have to access my friend list and tag theme my post. I use the following URL, but it only shows the count, not the user IDs of friends.
$url = "https://graph.facebook.com/v20.0/me/friends?access_token={$accessToken}";
Is there any solution please suggest me