question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Error: Could not retrieve Facebook users] - Problem with two factor authentication enabled accounts?

See original GitHub issue

When I run npm run scrape I get this error:

[Error: Could not retrieve Facebook users]

Is there a possible problem with Facebook accounts that have two factor authentication enabled?

With npm start I can accede the page on the localhost but it shows me the log in button. After clicking it and giving the app the needed permission the list is still empty.

Issue Analytics

  • State:open
  • Created 8 years ago
  • Reactions:1
  • Comments:11 (1 by maintainers)

github_iconTop GitHub Comments

3reactions
marianstiehlercommented, Apr 3, 2016

I seem to have the same issue.

Error getting buddyList. Will fallback to other means of retrieving friends [Error: No users found] 2016-04-03 22:24:02 - Active users: 2 / 76

Should be much more active users.

This is my development.json config; for privacy and security reasons I have shaken up the values a bit (c_user, xs, appId are not real!).

Do I have to omit a " or something?

  "fbCookie": {
        "c_user": "111111111",
        "xs": "13A3AzBnYNA14597135321L56Jvn56%%wg2%3%3A16141"
    },
    "pollingInterval": 600,
    "appId": 477104363548681,
    "server": {
        "port": 3000
    }
}
3reactions
sqrencommented, Mar 31, 2016

Make sure you don’t copy the quotes ("), don’t have any trailing whitespace, and that you copy the entire xs code.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Troubleshoot login with two-factor authentication on Facebook
If you can't receive your two-factor authentication codes by phone or authentication app, there are still things you can do. Tips for logging...
Read more >
How to Resolve Facebook Two-Factor Authentication not ...
How to Resolve if Facebook Not Sending Authentication Code to Email? · Check if the email address you've typed in is correct. ·...
Read more >
Fix login code required facebook problem solved - YouTube
This tutorial is about how to fix facebook login code required problem or two factor authentication code not received issue.
Read more >
Fix facebook two factor authentication code not ... - YouTube
This tutorial is about how to fix facebook two factor authentication not sending code or how to overcome two factor authentication code not...
Read more >
Fix facebook two factor authentication code not ... - YouTube
Fix facebook two factor authentication code not received problem ... And the one and only way to recover your account is, in login...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found