• Hi
    I have installed WSL, have configured correctly Facebook application – it connects well; have created a second facebook person with different eMail; have made sure him and myself are friends and have ok’d the application to get friends.
    And still I do not see the friend name in any of my 2 accounts contacts. What did I miss?

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter roundplanet

    (@roundplanet)

    After some debug I found out that Facebook returns correctly the list, but with a blank eMail; the database does not accept null in eMail; changed the database, and now it works. Is there a reason why the DB does not null eMail?

    • This reply was modified 6 years, 6 months ago by roundplanet.

    Hi @roundplanet i have same issue, can you please tell what exactly have you changed in the database?

    Thread Starter roundplanet

    (@roundplanet)

    If you use phpmyadmin, just find your table “wp_wsluserscontacts”; Display its structure; find the “email” field and click on Modify.Click on the null Checbox and save. Or do the following command:

    ALTER TABLE wp_wsluserscontacts CHANGE email email VARCHAR(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NULL;

    If you are not familiar with phpmyadmin, find someone who is… 🙂

    Thanks @roundplanet i change the email to Null but still not working am trying to look around to solve this issue.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Cannot get Facebook friends list’ is closed to new replies.