Get the resut from facebook in asp.net mvc site -


i have asp.net mvc site , in have user search functionality. want should search result facebook if there user name typed in search box. in search want user photo , full name.

thanks in advance

you can info logged in user using graph api or fql. asp.net app, should search server-side appears in-line in other search results. take @ https://developers.facebook.com/docs/authentication/server-side/ description of server-side authentication flow. take @ https://developers.facebook.com/docs/reference/api/user/#friends examples on how list of friends logged-in user. example: https://developers.facebook.com/tools/explorer/?method=get&path=me/friends?fields=picture


Comments

Popular posts from this blog

How do you change vbulletin's home page to the forums instead of the default (CMS or Activity Stream)? -

c++ - Troubles when compiling phash program -