开发者

How to read or save the email of the user when he logged in to facebook through asp.net?

开发者 https://www.devze.com 2023-02-01 02:59 出处:网络
I\'m开发者_开发知识库 totally blank in this scenario.First make sure that you are authorized to get the user\'s email with the email permission.

I'm开发者_开发知识库 totally blank in this scenario.


First make sure that you are authorized to get the user's email with the email permission.

Here's an example using the Branches FB API:

Dim FB As New SessionInfo("[access_token]")
Dim Req = New Functions.Requests(FB)
Dim U = Req.GetUserInfo()
Response.Write(U.email)
0

精彩评论

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