Hello
In my app there is a facility to post the scores on facebook.
The problem is on Android platform.
I used the
facebook.login( fbAppID, facebookListener, { “publish_stream” } )
local attachment = {
message = “Hey i am playing This game!”,
source = {
baseDir=system.ResourceDirectory,
filename=“abc.jpg”,
type=“image”
}
}
facebook.request( “me/feed”, “POST”,attachment )
with the help of that when i am sharing on Android any device it showing one exception.
“com.facebook.FacebookException: Session provided to a request in un-opened state”
Please give me quick response thanks.