开发者

Facebook c# sdk - How to know if the user is using the app for the first time

开发者 https://www.devze.com 2023-02-05 07:45 出处:网络
I\'m trying to know if a user uses the Facebook App for his first time. Is there any information on cookie returned about it, or do i have to create a database 开发者_如何学Cand store the users ids fo

I'm trying to know if a user uses the Facebook App for his first time. Is there any information on cookie returned about it, or do i have to create a database 开发者_如何学Cand store the users ids for example?

Thanks


Facebook does not provide this information for you (nor does the C# SDK). You will have to track this yourself in a database or something.

0

精彩评论

暂无评论...
验证码 换一张
取 消