【发布时间】:2014-12-30 07:05:00
【问题描述】:
我遇到了一个问题。当我在我的应用程序中登录 Facebook 帐户时。在第一次发布时,我得到了这个 FBSession 响应,它工作正常并正常发布在 FBWall 上。
FBSESSION <FBSession: 0x1c31bbc0, state: FBSessionStateCreatedTokenLoaded, loginHandler: 0x0, appID: 524460600950223, urlSchemeSuffix: , tokenCachingStrategy:<FBSessionTokenCachingStrategy: 0x176c99b0>, expirationDate: 2015-02-27 10:42:15 +0000, refreshDate: 2014-12-30 06:24:28 +0000, attemptedRefreshDate: 0000-12-30 00:00:00 +0000, permissions:(
"create_note",
"basic_info",
"share_item",
"read_stream",
"status_update",
"publish_actions",
"user_friends",
"publish_checkins",
"video_upload",
"export_stream",
"publish_stream",
"photo_upload",
installed,
email,
"public_profile",
"user_birthday",
"user_status"
)>
从第 2 次开始,我正在尝试发布我得到如下所示的 FBSession,它不会在 FBWall 上发布
FBSESSION <FBSession: 0x1d05fac0, state: FBSessionStateCreated, loginHandler: 0x0, appID: 524460600950223, urlSchemeSuffix: , tokenCachingStrategy:<FBSessionTokenCachingStrategy: 0x176c99b0>, expirationDate: (null), refreshDate: (null), attemptedRefreshDate: 0000-12-30 00:00:00 +0000, permissions:(null)>
//This will happens at the time of Loginwithfacebook account... otherwise it will work fine
//can any one help me. Thanks in advance
【问题讨论】:
标签: ios objective-c facebook fbconnect posting