views:

17

answers:

0

Hi,

I have created a facebook iframe app using Flash on the client and .net on the server. I am using fluorineFX to communicate between the two.

I need to get the exact facebook server time from my server. This is for authenticating the user on my server so I don't want to get the time from the client and then pass it to the server. This is the only interaction I need with Facebook from my server, all other interaction is handled by the client using the old rest API.

What is the best way to do this? I have read you can use FQL but seeing as its just the time I am looking for is there a way which does not involve getting an authToken on the server?

Thanks! Tim

related questions