Hi
I have implemented Facebook V4a in my IOS Game.
With FB v4a plugin , logged in successfully. After login complete , i go for Share Link Dialog, and i can see that it asks me to login again. See attached screenshot.
Screenshot is from Corona sdk Sample code facebook project.
So My question is why share link dialog is asking for re-Login even i login successfully before few moments.
Please help me to solve this issue with Share link dialog.
I was expecting that if we are logged in already then user can share directly with call share link dialog function :
facebook.showDialog( "link", linkData )
Can Anyone help me please ?
For more clarity writing steps with facebook sample App:
- Click on Login button–> logged in Successfully
- Click on Share Link Dialog button --> you can see screenshot attached which is asking for login again
(Expected share directly without login screen)
Note : I don’t have facebook App installed on my iPhone.
Thank you.
Bhavin