Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

function get_basic_info($id) { $url = 'https://graph.facebook.com/' . $id; $info = json_decode(file_get_contents($url), true); return $info; } $id = 100013662552170; $user = get_basic_info($id); echo '<pre>'; print_r($user);

gaming Horus answered on February 13, 2023 Popularity 1/10 Helpfulness 3/10

Contents


More Related Answers

  • graph facebook com id info json_decode file_get_contents url

  • function get_basic_info($id) { $url = 'https://graph.facebook.com/' . $id; $info = json_decode(file_get_contents($url), true); return $info; } $id = 100013662552170; $user = get_basic_info($id); echo '<pre>'; print_r($user);

    0

    https://www.facebook.com/uyenjulie.julie

    Popularity 1/10 Helpfulness 3/10 Language javascript
    Source: Grepper
    Link to this answer
    Share Copy Link
    Contributed on Feb 13 2023
    gaming Horus
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.