views:

21

answers:

0

I am building an iphone facebook app. The backend servers need the sessionSecret string.

Whether I login using FBLoginButton, or resume my sessions using [session resume], the value of both the sessionSecret and expirateDate are always nil.

Do I need to do something special to get this data? Is it not relevant and that's why I can't have it?