asp.net - Access Facebook Album -


i creating 1 site in user login trough his(er) facebook a/c. algo give functnality user can access there facebook album in site can access there pic in site. can me on topic??

for have use facebook's graph api.

public const string authorize = "https://graph.facebook.com/oauth/authorize"; public const string access_token = "https://graph.facebook.com/oauth/access_token"; 

using can authorize user , facebook return access token using can call

"https://graph.facebook.com/oauth/authorize?client_id=" +           facebookclientid + "&redirect_uri=http://localhost:1388/fbcoverpage/fbcallback.aspx&scope=user_photos"; 

this api , have set redirect uri g et response on page. , have set client id application id created on facebook

thank you.


Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -