Jacob Hollenbeck
Jacob Hollenbeck
Having the same issue.. although Status 65 appears to be a fastlane bug with scan
Also running into this problem!
Can we at least pull `0.4.0` from the official releases until this is fixed? It keeps auto-upgrading to this version that has this broken behavior. @faustinoaq
The token looks like this: 102072096507053|91ef4e3a32fbbc6bed1acffc-594308005|uH0gVxpWJFLFV0FC_pdLYGSDMV4
Yes I have publish_stream requested as well...
I have the latest code, it worked when I called it with the expiration parameter set to 0: fb.PostToWall("Message to my own wall!", 0) It would not work without the...
Sorry I meant fb = new Facebook(AccessToken, 0); not 0 for PostToWall, post to wall worked fine when I set the expiration when defining the new Facebook object.
It fails when you do NOT specify the expiration.