Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
0answers
51 views

How to post to Facebook feed big picture?

I wrote very small and easy function to post messages on facebook fanpage feed. Everything is fine. Message is added correcly to feed but I want post picture too. When I post url image in parameter ...
0
votes
0answers
13 views

custom pictures and jquery dialog in facebook apps

i'm trying to use some custom pictures for an app i'm developing (.asp net, c#, html, java) for facebook. for example, i have some custom button backgrounds, or textareas backgorunds, everything in ...
-9
votes
0answers
37 views

moving picture albums with likes and tags from profile to page [closed]

I am a photographer and a beginner in Facebook development. For 3 years I have been posting my photographs to my personal Facebook profile. Now I would like to open a Page for my photography ...
-1
votes
1answer
35 views

I have a list of Facebook user ids. Is there a way I can easily download them? [closed]

I currently have them in an excel spreadsheet. I know i can get them 1 by 1 (Facebook graph API: ID of user profile picture) but is there a way to get all of them at once?
-1
votes
0answers
15 views

how do I increase my sharing limit [closed]

I'm an Admin for 4 different pages, which constitute I'd say @ least 85-90% of my overall sharing on Facebook - either from my Wall to 1 of the Pages, or Page-to-Page. Today, after sharing stuff into ...
0
votes
0answers
66 views

Get user Facebook friend photos (tags and uploaded)

I am trying to get photos which are uploaded by user friend and in which user is tagged with his/her friend. I have user friend Facebook id and user id. I am using Facebook 3.0 sdk if ...
0
votes
0answers
7 views

retrieving normal source pictures instead of thumbnails from feed

When retrieving a feed from the graph, the graph only gives you _s pictures that are posted on the feed. How do I get the normal sized (_n) (source) pictures instead of the thumbnail version when ...
0
votes
1answer
1k views

Wrong picture/thumbnail when we paste the link to our post from our blog [closed]

We run the blog Tracasseur http://www.tracasseur.com and been doing it for 4 years. We have the blog at Blogger. Always when we post the link to our latest post on our Facebook page ...
0
votes
2answers
559 views

How to post pictures on page walls using Facebook Android SDK?

I've tried thousands of ways, but none works. Every time the post will not appear. I have managed to post text before, but the image never works ... try { String response = ...
1
vote
0answers
230 views

Wordpress plugin and FB App link to upload picture into Facebook album?

I am looking for an efficient way to upload individual pictures via wordpress, unlike the now trending publishing of events about a post on a blog with a thumbnail. The ultimate objective is to ...
0
votes
1answer
555 views

How to post picture on facebook fan page

I'am trying to develop app which takes a picture and sends it to my facebook fan page. Tried lots of different ways to do that, but at best it shares only a message and if i try to post a picture, ...
-2
votes
1answer
214 views

PHP/Facebook — Fetch all photos from my account, save to server [closed]

I'm pretty proficient with PHP, still learning the Facebook API. I am looking to automatically download all photos from all albums of my Facebook account, and then copy them to my server. The part ...
2
votes
1answer
142 views

Sharing large pictures with a facebook application

How do I share a big picture from an application? We have an application with a trivia quiz, but we can only share small pictures. Is it possible to share a picture at the original size? here is ...
0
votes
1answer
952 views

Facebook “Like Box” Does Not Show - Requires To Login To Show Profile Pictures of Others Who liked

Pretty much what the title says - I want the facebook "Like" plugin to show regardless if you are logged in or logged out of facebook. The plugin should show the facebook faces and likes but will ...
1
vote
0answers
191 views

Add photo to facebook album of an open group

Is it possible with php or javascript API adding a picture to a album of a facebook open group? I’m able to add picture to my profile with $data = array( "name" => ...
1
vote
0answers
478 views

Albums containing pictures from wall/timeline

In my app I need to get all users FB content (status updates, pictures, videos). When getting the wall/timeline posts I make the following requests: Feed: ...
1
vote
2answers
267 views

How to strip a Facebook page fans profile pictures?

Is it possible to strip the profile pictures of fans of a page? I'm trying to basically download all of my page's fans profile pictures. I know it's not possible to get a list of names but is this ...
1
vote
0answers
465 views

Get Facebook Photo of a Album with oauth2.0

Hello I have a script working well with the previous release of facebook API. With oauth 2.0 is not more working. I solved the first problem of login, now I’m getting the list of Album of Me but I ...
1
vote
1answer
347 views

Like-box doesn't show wall pictures

I have 661 people on my page, but only one appears on my wall. Anyone know why?
3
votes
1answer
1k views

Offset in Facebook photos using Graph API (more than 25 photos)

I can bring back photos from an album just fine using the graph API but can only bring back data for the first 25 images. Is there a way to bring back more than 25 records or to use an offset and ...
0
votes
1answer
486 views

Downloading pictures from facebook to iPhone programatically

I need a way to connect to facebook from my iPhone, display photo albums and be able to download specific images to the iPhone. Is this possibile using FB API or ShareKit? How might one accomplish ...
-2
votes
1answer
255 views

Do all Facebook users have Profile Picture Album? [closed]

I have facebook app that read all photos in Profile Pictures album. I just need to sure that everyone has that album. (well, I found no way to delete my Profile Pictures album... Need to be sure.)
0
votes
2answers
86 views

showing one user picture to another on Facebook

I want to build an application that shows one user the pictures of another (with his permission of course). What I wanted to ask is if one user gives me permissions to see his pictures, does it mean ...
0
votes
0answers
506 views

from a name, getting the person's facebook ID [closed]

I have an array of names. I want to go on facebook and find the corresponding userIDs based on searching those names.... From there I am planning on using those IDs to get their facebook profile ...
5
votes
1answer
889 views

facebook graph api getting only one picture in feeds

I am developing an app using the facebook graph api. When I create an album with more than three pictures on facebook, on my wall post it displays three thumbnail images, but when I check in the feeds ...
2
votes
3answers
3k views

How to use the contact pictures synced by Facebook for Android

I'm having Facebook for Android on my phone which automatically synces the FB profile pictures of the people in my contact list to my phone. I'd like to use those pictures within my app where I ...