Social Networking :: Add Friend Using FaceBook Graph API?

Dec 31, 2013

i want a code to search a friends and send a request (add to my friend)

View 1 Replies


Similar Messages:

Social Networking :: How To Accept Or Reject Friend Request Using Facebook Graph API

Jan 3, 2014

i want a code that i can get the list of friends want to add me in facebook . i want to accept the add or refuse 

View 1 Replies

Social Networking :: Fetch And Import Facebook Friend Emails

Sep 26, 2012

I have read your article Fetch and import Facebook Friends and Contacts with profile pictures in ASP.Net, now i want importing email ids of all friends also as contact. I tried a lot but fiasco, I dont know  how to do it with or without extended permission...

View 1 Replies

Social Networking :: How To Post On FaceBook Friend Users Wall

Aug 27, 2013

I am trying to post a image on multiple users ids wall. I have tried your code it is successfully posting the image on my wall.

I was given different user ids, My requirement is to post the same image on their wall individually is it possible?

View 1 Replies

Social Networking :: How To Logout From Facebook Using Graph API

May 17, 2013

I am following your code for integrating facebook authentication.

It really works fine, but as per your post at [URL] ....

We cant use dll to logout from facebook. Is there any way around or do we need to use use facebook sdk for just logging out?

View 1 Replies

Social Networking :: Get UserName Field Using Facebook Graph API

May 7, 2015

Regarding your facebook api in aspsnippets, and the article [URL]..... , I can get the facebook user id, name, email, gender, birthday. But I cannot get UserName. When running website, the lblUserName is blank.

View 1 Replies

Social Networking :: Get Mutual Friends Using Facebook Graph API

Dec 26, 2013

I have two friends in facebook 

the name of the first friend is : jad .

the name of the second friend is :rima .

How I can get the mutual friend list between jad and rima .

View 1 Replies

Social Networking :: Retrieve Phone From Facebook Graph API

May 7, 2015

How can retrieve Phone numbers from Facebook API.

View 1 Replies

Social Networking :: Read MailBox Using FaceBook Graph API

Dec 25, 2013

How to use read_mailbox function to use to fecth the user data..and Provides the ability to read from a user's Facebook Inbox. in asp.net c#.. I am using aspsnippet namspace in my project..

View 1 Replies

Social Networking :: Facebook - Register Site And Get API Key To Access Graph

Apr 29, 2012

I am developing an ASP.Net site where I need to access Facebook site. I want to know how can we register and get API key...

View 1 Replies

Social Networking :: How To Fetch Facebook Code Parameter Using Graph API

Nov 16, 2013

This tutorial nice. Here I have one problem..that is how can i get Code value... In pageload

 string code = Request.QueryString["code"];

View 1 Replies

Social Networking :: Post Message To Friends Wall Using FaceBook Graph API

Nov 15, 2012

how to post feed OUR wall. now, my friend wall, using their ID.tried with 

FaceBookConnect.Post(ViewState["Code"].ToString(), "/<friend ID>/feed", data);
--> failed :-(
FaceBookConnect.Post(ViewState["Code"].ToString(), "/<friend ID>/notes", data);
  --> also failed

also tried with :  "/<friend ID>/notes" which also failed.

View 1 Replies

Social Networking :: Display Facebook User Profile Information And Friends Using Graph API

Jan 22, 2013

I was implementing codes taken from[URL] .... and [URL] ....

It works fine separatly but when i want to integrate it gives me an error "Bad Request......"at so how can i get user info and his friend list on login button.

protected void Login(object sender, EventArgs e)
{
FaceBookConnect.Authorize("user_photos,email,friends_photos", Request.Url.AbsoluteUri.Split('?')[0]);
}
protected void Page_Load(object sender, EventArgs e)

[Code] ....

View 1 Replies

Social Networking :: Facebook Graph API - Get Friends Of Friends

Dec 25, 2013

How I can get the friend of my friends on facebook ? i use this : FaceBookConnect.Fetch(code, "me/friends") to get my friend. What is the change i can do to get the friends of my friends on facebook .

Example : I am friend with samie . How I can get the friend of samie on facebook .

View 1 Replies

Social Networking :: How To Access Facebook Page At Dialog Of Facebook Send Button

Aug 18, 2012

I see that only name,group,email address we can access at facebook send button. How can i send to my facebook page wall (where i am admin) by clicking facebook send button. It's by default don't show it.

View 1 Replies

Social Networking :: Login From Facebook Using Open Auth Dialog Of Facebook

Aug 16, 2012

I need to develop a login where user can login from his facebook account. When user login first time, an auth dialog should open from facebook asking to user for access permission and than it should move to one of my page where I can retrieve user email address and first name & last name through his facebook access token. How to achieve this?

View 1 Replies

Social Networking :: Get Facebook Profile ID And Username Using Facebook JavaScript SDK

May 7, 2015

i have made a gridview which contains three fields, two textboxes and one combo box. ComboBox fetchs data from table(SQL) and when a combox box triggers, data related to combo must be added in two boxes. i did this throw another button, but i want this to be trigger directly when it clicks..

View 1 Replies

Social Networking :: Get Facebook User Language Using Facebook API?

May 7, 2015

I would like to know how to get the Facebook user language. 

View 1 Replies

Social Networking :: Is Like Box Of Facebook Page Automatically Send Change To Facebook Page Wall

Aug 20, 2012

I have website with facebook like box for facebook page (eg, abc) . Now if any new post in their at website it will automatically post at wall or not.

View 1 Replies

Social Networking :: How To Logout From Facebook

Jun 14, 2013

I have seen your codes to integrate facebook in our application but in none of the code you have written how to logout once authenticated in facebook. I am asking this bcoz facebook session has been started so need to provide user with logout button.

View 1 Replies

Social Networking :: Get Pages Name From Facebook?

Mar 6, 2013

i want to get pages name which is created in facebook

so, i can post message in particular page.

Suppose , if i want to post some business related post than i select that page and post message on the selected page

View 1 Replies

Social Networking :: Get First And Last Name Of Facebook User

Apr 11, 2013

I have tested the solution in the tutorial for getting users information from Login with Facebook (AspSnippet dll). My answer: is it possible to get also First name, Last Name?

View 1 Replies

Social Networking :: Facebook Send Dialog At Click Of Facebook Send Button

Aug 17, 2012

can i show facebook send dialog at send button click. mainly i want to send some group,page on one send click. so which will be suitable way.

View 1 Replies

Social Networking :: How To Send Notifications In Facebook

Nov 15, 2012

I have gone through your articles and I really enjoyed with all the facebook articles. In my aspx page in place of posting walls I want to send notification to facebook users. How can I do this.

View 1 Replies

Social Networking :: Facebook Share With ListView

Mar 26, 2016

I have listview which has bind with database, i need facebook share button with each record in list view and when user click the post share on the facebook wall.

i want to show the post which user has click on to share on facebook not whole page e.g

listview is bind with sql and fetching following record

1. record one  <facebook share button> when user click on this button so record one should be share on facebook wall.

2. record two <facebook share button>

3. record three <facebook share button>

....

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved