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
1 answer

Facebook Graph api profile picture URL

I'm trying to display the profile pic of the logged in user but for some reason the url gets changed. This is the function i've put together function testAPI() { FB.api('/me','GET',{"fields":"picture{url},name"},function(response) { var…
Rob
  • 15
  • 1
  • 6
0
votes
1 answer

Getting a fatal error when trying to set up PFUser's profile picture

I was trying to set up the sign up page so that the user can set up a profile picture but as soon as i press the sign up button and it segues to the signup page it keeps crashing because of the profile picture codes. This is the button to set the…
-1
votes
1 answer

Copy Facebook profile picture from Graph API URL

I use the following simple code to copy images from their URLs to my localhost/server; however it doesn't work when I use it with Facebook Graph API. For example: $url="http://graph.facebook.com/4/picture?type=large"; …
DevManX
  • 476
  • 3
  • 14
-1
votes
1 answer

iOS: Set profile picture to facebook

I am working on one app in that i want to set profile picture of Facebook. I am not getting any solution to set picture using sdk so it will be fine to have solution using graph API.
Bhagyashree mahajan
  • 531
  • 1
  • 6
  • 14
-1
votes
1 answer

Why Facebook profile picture request return null on iOS?

Everything works perfect on android but when I try to get the profile picture on iOS devices. The image returns null. I checked the Facebook documentation for iOS 9 I have exactly the same plist as shown in documentation. When I run the app in…
Çağatay Kaya
  • 417
  • 1
  • 6
  • 19
-1
votes
1 answer

Facebook get likes of profile picture

I want to get the likes of a profile picture in Facebook. I just found that I can get the picture with https://graph.facebook.com/id/picture And I found different FQL solutions for how to get the like count but FQL is deprecated since 2.0 and I need…
Phil
  • 943
  • 2
  • 6
  • 18
-4
votes
2 answers

Selecting image from gallery as profile picture not working.- onActivityResult()

I am able to view the gallery fine through the dialog, however when I select the image I want it closes the gallery and doesn't appear to update the bitmap on the ImageView, or store it as actualprofilepicture.jpg so I can load it when I want. The…
Hazed 2.0
  • 133
  • 2
  • 14
1 2 3 4
5