Web Forms :: Get FaceBook Users Who Liked Page

Sep 23, 2012

I am interested to get list of profiles who liked a facebook user. I used tutorial [URL]... Under button click, I put page url, it redirects me to facebook page.I need simply detect couple of profile pictures and display on my page.

Here is the code :

protected void btnFetch_Click(object sender, EventArgs e)
{
FaceBookConnect.Authorize("user_photos,friends_photos",
"http://www.facebook.com/pages/Law-Press-%D9%84%D8%A7%D9%88%D9%BE%D8%B1%DB%8E%D8%B3/197997530331846");
//Request.Url.AbsoluteUri);
}
 )

View 1 Replies


Similar Messages:

Architecture :: Providing Users With Unique Home Page Like In Facebook?

Oct 29, 2010

I am trying to provide each user with his/her own link to my website link we have in facebook e.g www.facebook.com/user_name.

How can we do this.

View 2 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 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

C# - How To Get List Of Users Who Like An Application From Facebook

Oct 15, 2010

I need to scrap the email and phone numbers of all the users who 'like' a facebook application.

for example : http://www.facebook.com/home.php?#!/apps/application.php?id=2438981128

The above application contains over 1000 users who like the application. Is there a Facebook API to accomplish this ?

View 1 Replies

C# - Inviting Users To A Pre-existing Facebook Event ?

Dec 13, 2010

What is the best way to invite users to an existing event? We'd like to do the following:

create an event, make it public while on our (external) website give the user a dialog (fb:multi-friend-selector) to select their friends to invite to the event

It's established the new Graph API can't be used (http://bugs.developers.facebook.net/show_bug.cgi?id=10070), but the documentation for the REST API (http://developers.facebook.com/docs/reference/rest/events.invite) implies that it's not possible to invite users to existing events.

provide any clarity on this I'd be grateful - reading the vague and contradictory facebook documentation is getting me nowhere.

Specifically, who/where/how should the event be created? - and how can I then invite users to that event from an external website?

View 1 Replies

Authenticate Users With Their Google Or Facebook Account?

Mar 25, 2011

I'm using ASP.NET MVC and I want to authenticate users with their Google or Facebook account

View 4 Replies

How To Access A Facebook Users Details With Their Login Credentials

Sep 16, 2010

I have a site where users can register an account. To do this they have to enter various details about themselves (Name, DOB, Email Address, Password, Username etc..).

However, I would like them to just have to enter their Facebook username/password, and have all this information pulled from their Facebook user account.

How is this possible using ASP.NET 2.0?

View 1 Replies

C# - How To Get List Of Current Online Users Of A Facebook Application

Nov 12, 2010

I am trying to create ajax based chat for my application users; I need to get list of All currently online users of the application ..Is there a way to retrieve such a list with facebook aPI? if not how can I implement that?

View 1 Replies

How To Implement Invite Users Functionality At Facebook (iFrame/.Net)

Mar 7, 2010

I want to implement the famous Invite Friends button at my application. Because it's an iFrame I can use FB.Connect methods or XFBML. Can anyone suggest a way to do it in either of these techniques?

View 1 Replies

Social Networking :: Get All Facebook Users From Particular Area With Name And Photo

May 7, 2015

I want to get all facebook User from particular area With their name and photo in asp.net .. How can I achieve this ..

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 :: Facebook Post To Wall Works When App Owner Logs But Does Not Work For Other Users

May 7, 2015

I am using the code to post on facebook wall from below url.

[URL]...

This works fine only if the developer from which the app is created. But its not working for any other logins.

View 1 Replies

Social Networking :: How To Fetch Facebook Users Address Pincode Zipcode Or Postal Code

Jan 10, 2013

I just visit this [URL] .... but how can we trace postcode from facebook?

View 1 Replies

Web Forms :: How To Publish On Facebook Fan Page Wall From Application

Jul 18, 2012

how can i publish on Facebook fan page wall from asp.net application.

View 1 Replies

Social Networking :: How To Post On Facebook Page Using Web Forms

Sep 25, 2013

how to post on facebook page using asp.net web forms.

View 1 Replies

Web Forms :: Post Html Code In Facebook Fan Page Wall

Oct 15, 2010

I am creating Fan page and application for Post something in Fan page wall from ASp.net page. But Text get post Nicely. But Images and attachments not get post in my wall. Is ther any way to Pass HTML code from asp.net to post in my Facebook Fans page Wall.

View 2 Replies

Web Forms :: Programmatically Implement A Facebook Style Page Access?

Apr 21, 2010

I have an asp.net app that allows users to create personal pages which can be publicly accessed thru a "directory" page. The content of the pages is stored in sql server, so a given user's page is dynamically created thru the code that executes when the relevant link on the directory page is clicked.

I would like to take this a step further by allowing access to a given user's page directly thru the browser's address bar, something like www.thegreatestsite.com/jim (pretty much like You Tube, Facebook, etc.).

I could achieve this by manually creating a folder under the root, called "jim" and putting a default.aspx page in it which would have code in it's load event that would dynamically create jim's page.

However, I would like this "additional feature" to be created automatically, as part of the sign up process of the user.

View 2 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

Access Facebook UserId In Facebook Canvas Before OAuth Authentification?

Sep 1, 2010

In my facebook canvas applikation, i store the access token in session. (I use ASP.NET MVC)

But i want to store the access token in a database along with the facebook user id that i can save different access tokens for different facebook users accessing my application.

So when i query the facebook user id and if it doen't return any access token, i request permissions and get the access token for that user.

How do i access the Facebook UserID for the user accessing my canvas application before doing any authentification?

View 2 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

How To Create Facebook Application Via Facebook Developer Toolkit

Dec 26, 2010

I'm trying to create a basic application, i created facebook application before but everything has been changed.

I looked every where to create a basic application, but now i'm getting mad because there isn't any working sample. Because of the changed links, facebook api changes, facebook wiki changes i couldn't find a working copy.

write a basic app that gets permission to write user name to screen in facebook developer toolkit asp.net. I looked computerbeacon.net, codeplex, and some other pages but i couldn't succeed.

Edit: I' m adding some screenshots and some codes, it will may be you to find my problem.

[code]....

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

C# - Facebook Post To Fan Page - PHP?

Dec 25, 2010

On this forum I found a PHP, post to fan page wall, code.

Here it is:

$facebook->call_api('/(pageID)/feed/', "post",array('message'=>"message here"));

Can someone transform this to C# command?

I think that $facebook is probably facebookapi facebook = new facebookapi(); right?
i just don't know call_api command in C#

View 2 Replies

How To Login Directly Into Facebook Using Facebook Api Through Webservice Using C#

Sep 20, 2010

i created a mathod facebookInfo(string username,string password) ,so i received username and password but after receiving its not possible to login at server side,because ther is only one way to connect to facebook using facebook api ie.

facebookservie.ConnectToFacebook();

and its open IE browser,so there is any way to login automatically and get session,using any javascript or nay other way at server side using ASp.net in C#.

View 1 Replies







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