Questions tagged [profile-picture]

Profile picture refers to the picture a user is currently using as the main/primary picture associated with their account.

Questions using tag might be related to third party APIs allowing for downloading or changing (uploading) these pictures. The tag might also be used for questions about developing a feature related to profile pictures.

67 questions
0
votes
0 answers

How to set profile picture in robot framework

How to set profile picture in robot framework. I have to select a picture in windows prompt and the same needs to updated in the web application as profile picture. Any one help me on the above request with example
Baravi
  • 33
  • 1
  • 2
  • 3
0
votes
0 answers

Sharepoint 2016 profilepicture problems on My site pages

we are upgrading from SP2013 - SP2016. Our master page for my site pages has not changed. The profile picture is showing up fine on person.aspx, but not on any other pages under my site. Code from master page:
Srednasoft
  • 43
  • 5
0
votes
1 answer

Cropping issue while setting Profile Pic

I am new to android field and I tried to do a cropping an image while setting a profile photo like Whatsapp.I developed the program but cannot get answer.If I try to open my camera button it would open and captures a pic only It won`t move to…
0
votes
0 answers

Need to use a variable (which is equal to a function) that is from another php file

I'm trying to make a website that allows users to add a profile picture. Hence, I have this upload.php:
Satellite Sage
  • 440
  • 1
  • 4
  • 13
0
votes
1 answer

How can I change ProfilePictureView to circle image. Drawable is not working

I have tried to change ProfilePictureView to circle image with drawable. But it is not working. Here is my xml for ProfilePictureView
0
votes
0 answers

Alter profile picture using tag and PHP

I'm still new on php. I'm currently building a website which a user can upload an image to change their profile picture. The file of image will we insert into table user, row image location on database and directory "upload". The formatting is like…
Izzati
  • 35
  • 7
0
votes
1 answer

Android Facebook Login Integration - Issue in Profile Picture

UPDATE Question 1 Solved I have solved the issue of profile pic not loading by changing the context of Glide from getApplicationContext to HomeActivity.this and image loaded quickly. :) But still, I need your help with other two questions. If I am…
0
votes
1 answer

How do I enlarge fb profile pic in Ionic without distorting it?

After I get a user's fb profile pic from the login process. I want to be able to make it to fill the card. No matter what height and width I use, the pic is distorted unless I use it at a very small size. How do I know if my pic is a vector or a…
Spilot
  • 1,495
  • 8
  • 29
  • 55
0
votes
1 answer

Save or Link to Social Media Profile Image

In my app, I let users register/login with their social media accounts i.e. LinkedIn, Google and Facebook. My question is once I get the profile picture URL for the user, should I save the image in my system OR am I allowed to simply save the URL…
0
votes
1 answer

Invalid ID from Facebook friend

I am trying to get the user's friends using Facebook API. Here is my current code: FBSDKGraphRequest(graphPath:"/me/taggable_friends", parameters: ["fields":"first_name, last_name, id"]).start(completionHandler: { (connection, result, error) in …
Pranav Wadhwa
  • 7,666
  • 6
  • 39
  • 61
0
votes
3 answers

how to change profile picture on whatsapp

I want to access the dp (profile picture) option of whatsapp using android code I have used that code Code Intent intent = new Intent(); intent.setAction(Intent.ACTION_SEND); …
vicky
  • 41
  • 1
  • 3
0
votes
2 answers

Swift. Facebook picture url returning nil

I'm trying to create a SKSpriteNode with the texture of a profile picture from the facebook users friend. I have the right ID but its still returning nil. My code: let pictureData = NSData(contentsOfURL: NSURL(fileURLWithPath:…
Benja0906
  • 1,437
  • 2
  • 15
  • 25
0
votes
0 answers

picture uploading picture but redirecting to another page after pressing the submit button

here is my code that allows me to click on the picture and upload the picture,It works fine but only when i upload the picture it redirect to another page which i do not want,I want to stay on the same page. My HTML Page
patrick
  • 11
  • 4
0
votes
1 answer

Swift. Facebook profile picture returning a question mark?

Okay so when I try to recieve the users profil picture, the picture returns a white box with a question mark in it? Heres my code: func getProfilePic(fid: String) -> SKTexture? { let imgURL = NSURL(string: "http://graph.facebook.com/" + fid +…
Benja0906
  • 1,437
  • 2
  • 15
  • 25
0
votes
1 answer

facebook login does not provide profile picture or name

I have implemented the facebook login functionality for my app. After you click the log in button(which has its class set to FBSDKLoginButton) and you login in with username and password, the text of the button changes to logout, which is…
asheyla
  • 3,175
  • 5
  • 18
  • 34