You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I not able to login using this npm
This is my code
`
import React, { Component } from 'react';
import { Grid } from 'semantic-ui-react';
import {FB, FacebookApiException} from 'fb';
import './SignUp.css';
You're not logging in at all. All you're doing is making an api call to /4.
Additionally this is a node js (server side) library not a client. You have to handle login separately using a manual login flow or Facebook's client sdk.
I not able to login using this npm
This is my code
`
import React, { Component } from 'react';
import { Grid } from 'semantic-ui-react';
import {FB, FacebookApiException} from 'fb';
import './SignUp.css';
class SignUp extends Component{
}
export default SignUp;
`
Console is showing me message
GET https://graph.facebook.com/v2.5/4?fields=%5B%22id%22%2C%22name%22%5D 400 ()
Object {message: "An access token is required to request this resource.", type: "OAuthException", code: 104, fbtrace_id: "BvsKVSG1Xo1"}
The text was updated successfully, but these errors were encountered: