Is der any way in which i can get sk parameter of facebook tab page. For example if page URL is this http://www.facebook.com/FacebookStudio?sk=app_127337483972992 then i want value of sk.
Thanks in advance.
|
Is der any way in which i can get sk parameter of facebook tab page. For example if page URL is this http://www.facebook.com/FacebookStudio?sk=app_127337483972992 then i want value of sk. Thanks in advance. |
|||
|
|
|
The number following the sk= is the application ID of the app (aka page tab). So just use a indexOf('sk=') command to find the beginning part and strip out using a Left() or a SubString() command. Or you can go crazy and use Regex, extra points for doing it with Regex :) |
|||||
|