Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法检查(我的网页的)用户是否登录到 Facebook,而不涉及 Facebook 应用程序(或者更确切地说,没有实际登录到应用程序)?
试试这个 FB JS API 方法:FB.getLoginStatus
I have searched for a few examples and not found one that is similar to what I have and what I want to achieve.
I have 2 lists
class object1 { string obj1_name; int obj1_qty; } List<obj