FREE
-
5000 Express Interests
-
10 Gallery Photo Upload
-
0 Contact Info View
-
0 Profile Viewer View
-
Show Auto Profile Match
Free
1825 Days
Premium
-
10000 Express Interests
-
10 Gallery Photo Upload
-
1000 Contact Info View
-
200 Profile Viewer View
-
Show Auto Profile Match
₹1,500.00
1825 Days
99 Package
-
100 Express Interests
-
10 Gallery Photo Upload
-
100 Contact Info View
-
100 Profile Viewer View
-
Show Auto Profile Match
₹99.00
365 Days
FB.getLoginStatus(function(response) {
statusChangeCallback(response);
});
{
status: 'connected',
authResponse: {
accessToken: '...',
expiresIn:'...',
signedRequest:'...',
userID:'...'
}
}
function checkLoginState() {
FB.getLoginStatus(function(response) {
statusChangeCallback(response);
});
}