Closed GoogleCodeExporter closed 8 years ago
Hi Eric,
you seem to have creating desktop application so am i. Sorry i have no solution
in
response to your problem but a question! Got blocked using livemessage.Send() .
It
doesnt seem to send message to the recipient but throws Error( Error code:0 and
Error
message: Success ----wierd huh!).
I havent used any FBJS for the callback but just trying to send a message
before i
attempt that. Have you any experience with this method?
Original comment by Shruthi....@gmail.com
on 22 Oct 2008 at 3:54
weird, I'll have to look at it. I think there is a difference between the web
session key and the desktopSessionKey, the code might be getting confused.
Original comment by fern...@gmail.com
on 23 Nov 2008 at 7:47
just looking at the code, there is a cachedSessionSecret, and ignores the
usualy app
"secret".
This makes sense, since you can't ship a desktop app with a secret, so I guess
facebook regenerates one for the user every time you call auth_getSession.
So you have to capture the cachedSessionSecret and put that into the new
instance as
well. (2.0.x codebase that is).
Original comment by fern...@gmail.com
on 23 Nov 2008 at 8:30
Should be fixed on HEAD. Please take a look at my checkins along with
Issue99FriendsGetCachedPOJOTest.
Original comment by david.j....@googlemail.com
on 22 Dec 2008 at 9:16
Original issue reported on code.google.com by
eric.p...@gmail.com
on 2 Sep 2008 at 2:00