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
2
votes
2 answers

Setting facebook's profile picture as a LinearLayout background

I have been trying with no avail to set my facebooks profile picture as a Linearlayout background in my application. here are the two ways I tried to do this: first way: got the uri from the profile picture and converted it to drawable protected…
Amer Mograbi
  • 489
  • 1
  • 6
  • 18
2
votes
1 answer

round profile image in android

I use the below code for making round profile picture in android http://www.androidhub4you.com/2014/10/android-custom-shape-imageview-rounded.html But in my main activity I used ListFragment instead of Activity imageViewRound =…
Nidhin Sasankan
  • 155
  • 1
  • 1
  • 6
1
vote
0 answers

Update profile picture through clicking on picture itself Django

I'm trying to find some info online on how to update my user's profile picture on the profile page in the same way that social media applications do it, i.e. by clicking on the profile picture itself and getting asked for the file upload straight…
1
vote
2 answers

Displaying picture before submitting the form JavaScript

I'd like to prepare a profile picture upload form. What's necessary here? Ability to see how is the image going to fit, before submitting it which is the moment I'm stuck at unfortunately. I attached here the form element from my JSP and JS file…
1
vote
0 answers

Is there a way in which I messed up the code for downloading my profile pic from Firebase Realtime Database?

If i give to the Picasso's load() method any photo url as parameter, the photo uploads, but when i give the load() method the parameter "image" as you can see in following code, the image is not displayed on the android device. The device displays…
1
vote
1 answer

How to get profile_picture and friends_lists from facebook in iOS(Swift4)?

I am working on iOS app and I need to get the users friend list from facebook and also the profile picture. However I can Sign in without a problem but still need this two pieces of information.. This is my code: @IBAction func loginFBAction(_…
1
vote
0 answers

Play Game Services Get other player profile picture

I've recently added Google Play services to my game and merged new players score with my old leaderboard with Facebook users. So I have one common leaderboard for everybody. (That's why I can't use Google's built in leaderboard). Within the game I…
Javier
  • 483
  • 1
  • 5
  • 11
1
vote
2 answers

Unable to change Profile Picture Laravel

I am able to store the image in desired location but I am unable to view it. When the page is reloaded ,the same default image appears . Default image never changes to my desired Image. My Controller File(UserController.php): public function…
user6548806
1
vote
0 answers

Uploading the profile pic using modal

I have created the rails app that has a gallery. Now i am willing to have gallery cover photo. I want to update the cover photo using modal. to upload the photo i am using paperclip. This is my model: class Gallery < ActiveRecord::Base …
Vishal
  • 707
  • 1
  • 8
  • 30
1
vote
2 answers

How a user profile picture in ios app should be downloaded and maintained?

What I do in my app is when a user uploads profile pic, I write the imagedata in document folder, in other words I store the image. When a user removes profile picture, that file is deleted. So that is basic. But I also remove this file when user…
Hiren Prajapati
  • 717
  • 3
  • 10
  • 25
1
vote
1 answer

How to create Facebook's app to customize profile picture?

Where do I start if I want to create Facebook app to customize profile picture? I could not find documentation for that. I see someone made an app to set #starwars themed profile picture. And below, there's a suggestion to customize my own profile…
ViliusK
  • 11,345
  • 4
  • 67
  • 71
1
vote
1 answer

Can't Get Contact Profile Images in UWP

I am using the ContactPicker.PickContactAsync() api in a Windows 10 UWP (C#/XAML) project. I have tried using both my own code, and the sample project from the Windows 10 samples github repo, both have the same symtpom. The same symptom also occurs…
Yort
  • 787
  • 8
  • 22
1
vote
1 answer

django-allauth: Check whether user signed up using a social account

So I have integrated django-allauth in my app, and now users have the ability to log in via instagram. Let's say I have a model called UserProfile and it has a field user_avatar = models.ImageField(upload_to='profile_images', blank=True,…
qasimalbaqali
  • 2,079
  • 24
  • 51
0
votes
0 answers

Loading Twitter profile pictures with Twitter V2

I used to access Twitter profile pictures with API V1.1 using "https://api.twitter.com/1.1/users/show.json" URL. But with new Twitter developer subscription plans, this flow is not available for free package. I want to access these profile pictures…
0
votes
0 answers

Getting Twitter users avatar with only their account URL

My goal is it to in an automated way get the banner art and profile pictures (avatar) of twitter accounts using only the URL to the twitter users account. I'll give an example, unit's twitter account URL is: https://twitter.com/unitygames When…
Sidney
  • 136
  • 1
  • 8