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
Please help me!
I'd like to share post on facebook from my app. I'm logging in, but after I did it, I have to login it again to publish my fb post. Library encapsulate token in itself and I don't know where it loosing it(((
The text was updated successfully, but these errors were encountered:
openFB.init({appId: 'YOUR_ID_APP', tokenStore: window.localStorage});
This line to store the Facebook token in localStorage instead of sessionStorage.
I hope this helps you.
Please help me!
I'd like to share post on facebook from my app. I'm logging in, but after I did it, I have to login it again to publish my fb post. Library encapsulate token in itself and I don't know where it loosing it(((
The text was updated successfully, but these errors were encountered: