retrieve user profile using facebook graph api in php part2

Поделиться
HTML-код
  • Опубликовано: 29 окт 2024

Комментарии • 15

  • @andrebrito9099
    @andrebrito9099 6 лет назад

    Great work!!!! Congratulations

  • @satendrasingh-kt1mg
    @satendrasingh-kt1mg 6 лет назад

    I was seen plenty of facebook graph api video, but non one given better example then you and i have integrate. after watching your video, thank for this video, the way of given instruction great.

    • @fonsiponsi
      @fonsiponsi 6 лет назад

      all your base are belong to us

  • @Zitech1000
    @Zitech1000 6 лет назад

    Yes fantastic, after watching dozens of other videos finnally I managed to make some progress with this one.
    Only thing I missed is you did not provide the "profile.php" file. Could you post it here?

  • @mahendramore04
    @mahendramore04 6 лет назад

    hi durgesh how to get facebook page comments along with the users name and the comment message of fb posts using api
    i am not able to get full name of commented user. please guide

  • @shojibflamon
    @shojibflamon 6 лет назад

    this user_id you have got after login, this is not same as fb real user id (page scoped id). Also when a user gives a reaction on any page's post then i get always page scoped id.
    so my question is how can i get users page scoped id from fb login app? when i am logged in using login app i get app scoped id and that is not matched with my fb reaction's (like, haha, love ...)
    actually i want to login through fb login app > get user id > find a specific page's reaction with that user's id.
    so please any idea?
    Thanks

  • @mayurmalaviya1700
    @mayurmalaviya1700 6 лет назад

    thanks a lot sir, sir what parameter i have to pass for download albums???

  • @ihebslimen
    @ihebslimen 4 года назад

    is this applicable to get a page ratings ???

  • @PradeepKumar-hh7qt
    @PradeepKumar-hh7qt 4 года назад

    Can I access Facebook public page detail without user login

  • @sercanozen973
    @sercanozen973 6 лет назад

    Hi, would you please add the subtitle option?

  • @phojie6868
    @phojie6868 6 лет назад

    augs. 2018 , cover picture not provided?

    • @KingOfTheRedSkulls
      @KingOfTheRedSkulls 5 лет назад

      I think this has to do with the Facebook data leak scandal. I think their are more restrictions on what data can be got without permission now

  • @VILLAGETHOPU
    @VILLAGETHOPU 6 лет назад

    {"error":{"message":"(#200) Requires either publish_to_groups permission and app being installed in the group, or manage_pages and publish_pages as an admin with sufficient administrative permission","type":"OAuthException","code":200,"fbtrace_id":"FpeZzSaxt5B"}}
    Unable to post facebook wall using access token. Im not sure what to do with app review.

    • @MarcoPagliarani
      @MarcoPagliarani 5 лет назад

      I have the same problem, have you found a solution?