diff options
Diffstat (limited to 'protocols/Facebook/src/proto.cpp')
-rw-r--r-- | protocols/Facebook/src/proto.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/Facebook/src/proto.cpp b/protocols/Facebook/src/proto.cpp index 599212932a..d5f153d3ba 100644 --- a/protocols/Facebook/src/proto.cpp +++ b/protocols/Facebook/src/proto.cpp @@ -72,6 +72,8 @@ FacebookProto::FacebookProto(const char *proto_name, const wchar_t *username) : } m_uid = _atoi64(getMStringA(DBKEY_ID)); + m_sid = _atoi64(getMStringA(DBKEY_SID)); + m_szSyncToken = getMStringA(DBKEY_SYNC_TOKEN); // Create standard network connection wchar_t descr[512]; |