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
Similar Messages:
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
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
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
May 7, 2015
I would like to know how to get the Facebook user language.
View 1 Replies
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
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
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
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
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
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
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
Feb 20, 2013
I want to add Facebook Like Button on my website .... so i can see number of followers with pic n like on my site ..... how can i add button ...???
View 1 Replies
Nov 3, 2012
How to test facebook authentication in localhost. I want to debug it on localhost..I tried creating app id but it was not allowing localhost.
View 1 Replies
May 7, 2015
I want to make a post in Facebook FanPage as page Admin.
View 1 Replies
Oct 3, 2013
i want to use Facebook like option in my website, which tell that how many people like the sites.
View 1 Replies
May 7, 2015
I want while login to facebook from my site then an application will be create in facebook and App ID and App Secret code will be returned to me .
I am using VS2013 (.Net frame work 4.5) with C#
View 1 Replies
May 25, 2013
I want to create Facebook application using asp.net. How i will create.
View 1 Replies
Apr 3, 2014
I want to create a app on Facebook but i have only http url. I don't have https url. How i will create app on Facebook without https url?
View 1 Replies
Dec 31, 2013
i want a code to search a friends and send a request (add to my friend)
View 1 Replies
Feb 25, 2016
I use aspsnippets.facebookapi.dll for login into facebook in my web site. But when login into facebook, returned username and email is empty. In my facebook account, email is public. Where is my Fault.
FaceBookConnect.API_Key = "...";
FaceBookConnect.API_Secret = "...";
if (!IsPostBack) {
if (Request.QueryString["error"] == "access_denied") {
ClientScript.RegisterStartupScript(this.GetType(), "alert", "alert('User has denied access.')", true);
return;
[Code] ....
View 1 Replies
Nov 23, 2013
Based on post (Single Sign on using Facebook), In my asp.net application I added the single sign on functionalty using FaceBook. But it only shows the userid, email profile photo , id etc. My need is, after getting the credentials the suser should also be logged in to my application.For that i need the password also.
If the user is new to my application, i should register the user to my application as well.I am inluding the login button click event handler which In which I added code for my registration/sign in
#region Login-Facebook protected void Login(object sender, EventArgs e) {
FaceBookConnect.Authorize("user_photos,email", Request.Url.AbsoluteUri.Split('?')[0]);
Access _access = new Access(); List<CheckEmail_Result> list = _access.CheckDuplicate(lblEmail.Text);
if (list.Count() > 0) {
[Code] .....
View 1 Replies
Oct 27, 2010
how can i add chat application like facebook in my social networking site?
i need to add chat application in my project just like facebook chat
how can i create in asp.net?
View 24 Replies
Oct 19, 2012
How to Create the facebook application using ASP.net With ScreenShots....
View 1 Replies
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