Social Networking :: Need Full Size Facebook Profile Image?
Feb 11, 2013
i need to do login with face book so i had did all codes and also i got basic info from facebook now i face small problem with that . that profile image quality was very low . so i need quality profile image from them . what i have to do.
View 1 Replies
Similar Messages:
Jan 18, 2013
How to get user details from facebook api found here
How do I get a bigger user picture?
the default image size is 50px X 50px (default from facebook) and i need 350px image
I saw in facebook developer site that there is a height and width property for user_photo parameter, my question is how to use it with the snippet found in article?
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
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
May 7, 2015
I obtained the facebook profile details of an user.Now I need to store the profile details including profile picture in my local database.
View 1 Replies
May 7, 2015
I want to call facebook graph web api to get friend list of logged in user with some information of them like email id and mobile number can I do this in asp.net application.
View 1 Replies
Feb 25, 2013
How do i post image on facebook wall from asp.net
View 1 Replies
Aug 13, 2012
I am using Facebook Like on a page in my website. On that page in left side there is banner image (in .jpg) and then 40 colors images(.jpg). My problem is that when i like facebook then in like thumbnail that banner image is showing. I want to show any color's image in thumbmail when i like facebook.
I also used <meta property="og:image" id="meta1" runat="server" content="" /> on my .aspx page and gave the meta1.content="Path of that color image"; in .aspx.cs. But it is not working.
View 1 Replies
Aug 3, 2013
I have recently came across one of your article that uses TwitterAPI. The link is given below. My question is, can I use this for my application authenticating against twitter? If so, how can I access user's personal details like Name, Country, DOB, Email etc.?
[URL] ....
View 1 Replies
May 7, 2015
i want to post an image or photo into users facebook wall without using Fileupload control.i have retrieved an Image from my database in .bmp format and i want to post that bmp image into facebook wall. i don't want to use Fileupload controls.
View 1 Replies
Sep 12, 2012
I want an Api so that i can import all pictures from my photo gallery in my website.
View 1 Replies
May 3, 2014
I want to create my own face book share link, but it's not going to take image of perticular home or not even name.Why it's behave like that?
Below is my code.
<a title="send to Facebook" href="http://www.facebook.com/sharer.php?s=s=100&p[title]=home&p[summary]=sum_my&p[url]=http%3A%2F%2Fretirementhomesworld.com.199-79-62-24.bh-plesk-web1.webhostbox.net%2Fcommunity%2Fdetails%2F99&p[images][0]=http%3A%2F%2Fretirementhomesworld.com.199-79-62-24.bh-plesk-
[code]....
View 1 Replies
Feb 25, 2016
i am not able to share image on facebook wall. Here i attach my cs code and aspx code. Also added namespace "using ASPSnippets.FaceBookAPI;"
// ");
hidden.val($(this).attr("rel"));
$("form").append(hidden);
});
});
function GetScreenCordinates(obj) {
[code]....
View 1 Replies
Jan 3, 2013
I have used downloaded code of (Import Facebook Album Photos and display as Image Gallery in ASP.Net) but it could not work for me .
In the code there is used query string for code so i want to know from where the code value comes and for what purpose we r using this.
protected void Page_Load(object sender, EventArgs e)
View 1 Replies
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 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
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
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