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.
有没有办法为用户创建访问令牌?
我知道可以通过以下代码获取用户信息:
var client = new FacebookClient("key"); var me = client.Get("me");
但是如何为没有密钥的用户创建密钥?
看看这些问题,它们可能会对你有所帮助。
facebook-C#-sdk MVC“Hello World”应用程序 - 如何获取访问令牌?
(Facebook C# SDK)获取访问令牌时出现问题