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.
A picture created by projecting an image onto a photosensitive surface such as a chemically treated plate or film, CCD receptor, etc.
0
votes
1answer
26 views
How to Upload a Photo to a Facebook Page's Timeline as the Facebook Page itself, Not to the user feed
OK so the cod below basically works fine, WHEN this line is like this:
$post_url = '/'.$userPageId.'/feed';
This successfully posts to the Facebook Page Timeline. But I want to upload a photo, and ...
-1
votes
0answers
39 views
Facebook. Get user photo url
I need to get user photo url and insert It to database, could you help me with that?
Here is part of code:
$user_profile = $facebook->api('/me');
$coded = $_REQUEST['code'];
$name = ...
1
vote
0answers
13 views
Is it possible show progress of bytes transferred when uploading photos
Facebook SDK 3.0 for Android
android:minSdkVersion="8"
android:targetSdkVersion="17"
Below is what I am using to Construct the request and it is working fine.
Request(Session session, String ...
0
votes
0answers
43 views
Upload photo to Facebook Page as Business User ends without error but photos can be viewed only if page-mode is on (use facebook as page)
I am writing a script which uploads photos to a Facebook Page (fanpage).
Maybe can be useful for you to know that this page is still set to private ("not published")
What I am trying to do is upload ...
0
votes
0answers
30 views
Uploaded Photo showing wrong caption (ASP.Net, c#)
We have a photo application that allows users to post photos from a specific venue. We set up a differnet appid (and url) for each venue. WHen we post the photo, it posts correctly, but when we view ...
0
votes
1answer
47 views
Uploading multiple binary items as part of a batch call on iOS
I'm trying to make post with more than a photo in Fb using batch request but I keep getting timeout errors from Fb server...
This is my code ..
UIImage *imgFile1 = [UIImage imageNamed:@"iTGps.png"];
...
0
votes
0answers
54 views
Untag a user from a photo via facebook graph api
I've seen some old posts about this, but the API has changed since those responses were made. Is it possible to untag a user from a facebook photo using the graph API? If so, can you only remove the ...
0
votes
0answers
45 views
An 104 error appears when call graph for photos
I have the following problem. I´ve written a small module for our CMS system that displays all FB albums automaticly on a website.
Everything was fine since last thursday. The code wasn´t changed at ...
0
votes
0answers
120 views
Can't post photo to user app album. Got OAuthException code: 368
Our application using publish_stream permissions to post game screenshots to user app album. But when user click button to post photo through open graph api, he get OAuthException code: 368 and ...
0
votes
0answers
35 views
Is it possible to query the photos uploaded by “Photo Sync” feature from iOS/Android Facebook app
I am developing a feature to allow user to pick one of his photos from Facebook to do something accordingly.
In fact, I can query all his albums and photos excepting the photos uploaded by "Photo ...
0
votes
0answers
58 views
Cover Photo Preview
We have an app that adds a photo to a users' album, then directs them to https://www.facebook.com/[profile_id]?preview_cover=[image_id] so they can save it as their cover photo.
It has been ...
0
votes
0answers
29 views
Does anyone knows if facebook preview_cover still works?
I have an app in facebook currently in sandbox mode, that can change the cover photo of the user, obviously with this fix:
http://www.facebook.com/profile.php?preview_cover=PHOTO_ID
that i have ...
0
votes
1answer
34 views
Fan page shows photos in lower quality to non-fans
I was wondering if it is possible to realize the next scenario:
On a photography fan page, to show photo albums to all visitors but to have the photos within the albums shown in a small format to all ...
0
votes
0answers
86 views
custom Facebook photo gallery application
We are currently looking to develop an application that we want to be able to take, display and monitor pictures taken at social events for clients.
We are quite new to facebook development and ...
0
votes
0answers
15 views
publish content - photo from url issue
I got an app that publish content in a sort of customers page. Every content that is pusblished got a description and a picture. When I pass the parameters to the facebook publish script the picutre ...
-2
votes
1answer
75 views
Retrive photos from facebook album using android [closed]
Folks.
I'm just a newbie to the android. I want to design an application to retrieve photos from a facebook album and view them into an imageview inside a layout on the fly . I've been googling for ...
0
votes
0answers
58 views
Photo upload from app requires approval for each upload [closed]
The javascript code below isbeing used for photo upload to facebook. Photos are successfully uploaded, however they are uploaded to the app photo folder and require explicit approval for each upload. ...
1
vote
0answers
23 views
“503/Failed to write to server” on a photo upload
When uploading a photo with the Facebook REST API, I occasionally get a "503/Failed to write to server" from Facebook.
I see in a capture of the TCP traffic that while I am sending the image with ...
0
votes
0answers
76 views
Like a Photo with fb.api
I've trying to post a like in a photo on behalf of a user when they click an image on my app, so far I know that I have to ask for publish_stream permission and send a post to the fb.api like this ...
1
vote
0answers
104 views
How to post a photo from my device to a friend's timeline with android sdk
I know that after removing ability to post to friends walls via Graph API, we should invoke the feed dialog. But the feed dialog could not meet my requirement. I want to post a photo, which is on the ...
1
vote
1answer
46 views
I can't make the photos bigger after posting using my photo posting app
I have an app created for FB which was supposed to upload a photo in profiles and pages. The concept is, if someone clicks the photo, it will redirect to another website. It was successful.
However, ...
0
votes
1answer
25 views
Getting list of my friends that are tagged in a photo
Users, events and groups can all be tagged in a photo. In the available fields from photo_tag, you can't distinguish what subject id is a user, event or group. I want to just return a list of my ...
0
votes
0answers
57 views
while posting user generated image on my page, I got Uncaught SyntaxError: Unexpected number
Error Uncaught SyntaxError: Unexpected number appears on the line:
image[0][url]:photourl,
Complete code is:
function photoToPage(page)
{
FB.api('/'+page.id+'/clubinfophotos:shares',
...
0
votes
0answers
114 views
Upload photo to Facebook with Phonegap
i have used a tutorial by Drew Dahlman to upload a photo from a Phonegap app first to the server and then from the server to Facebook. I managed to get the photo to the server, but the php didn't pick ...
0
votes
0answers
22 views
Check if url to photo is within user's current photos
I got a link to a photo from facebook. Supposing that an user might have deleted part of his/her photos, but the link still exists (the urls are still valid for 30 days), I would like to check if the ...
0
votes
0answers
30 views
Photo / Video post to Facebook page profile
We have posted a Photo / Video to the Facebook page profile via a Facebook app. Using the Facebook app OAuth token to post photo / video to the Page profile.
Facebook Page: ...
2
votes
2answers
401 views
{“error”:{“message”:“(#100) Missing message or attachment”,“type”:“OAuthException”,“code”:100}}
This is my code
private void postToWall(String msg) {
Bundle parameters = new Bundle();
JSONObject attachment = new JSONObject();
String ...
0
votes
0answers
41 views
Page - Stream does not include photo posted by other users
I am currently developing a server-side application and that will basically calculate statistics for any (selected) Facebook Page. What I've done so far:
Register a Facebook App just so that I can ...
0
votes
0answers
63 views
Importing Facebook user albums in android
I have tried the following code for retrieving facebook user albums from my android application. But it returns nothing. Can anybody help me.
I am developing using the latest facebook sdk.
...
1
vote
0answers
32 views
There is a common way for upload a photo from a link and count their likes?
im new on facebook dev.
i have a program in C++ who upload a picture taken with a cam to my server. Then this program give a QR code for "sharing" purposes.
But here is my problem, i dont know how ...
0
votes
0answers
67 views
Is Facebook batch request photo upload with no_story possible?
Is it?
Uploading works like a charm, but I don't want it to show up on timeline or feed.
I've tried adding no_story to each request, and to the $params which is commented out in following code:
...
1
vote
1answer
85 views
Is it possible to post a picture to facebook,twitter using Microsoft.Phone.Task library in wp 7.5
I am using ShareLinkTask to post URL to social websites like twitter and facebook. Along with the URL ,i want to add a picture URI and the picture should display in sites.Is it possible ? Also is it ...
0
votes
1answer
66 views
Incorrect/incomplete results from FQL
So, I need to get the most recent photos from my friends. I tried running some queries from my code as well as from the FQL explorer at http://developers.facebook.com/tools/explorer
The following ...
0
votes
1answer
207 views
Tagging friends in photo android
I was searching around to find answer to my question but I couldn't.
Can anyone tell me or at least guide me that How can I Tag friends to photo which I am gonna upload(post) to Facebook. Searching ...
-1
votes
1answer
361 views
unable to find option for event calendar thumbnail photo on facebook. Past events is there, unable to post with newly created events [closed]
photo event option for event thumbnail is not available. Looking to figure out how to update it on facebook. Past events are still available, newly created events do not give an option.
0
votes
0answers
74 views
post on Facebook page big photo
I have read quite a few posts about posting photos on FB (fan)page but none really answer my question.
I am using a correct call to the FB SDK to post on my page as you see the last post where there ...
0
votes
1answer
68 views
facebook FQL get photo full size src
SELECT pid,link,src,src_big FROM photo WHERE aid = '143587452330654_112887'
I'm using this code to retrieve image src. But I want to get big image src (which one you can see under the photo - ...
0
votes
0answers
32 views
Posting a location tag of a photo in facebook, using API
What is the c# code I should use to post a location to facebook via the API next to a photo I want to upload?
A location can be just a string like "My lovely home" or latitude and longitude coords.
...
-1
votes
3answers
55 views
How to upload photo from iphone to facebook?
I want to upload photo form any iphone device to my facebook account. I want to create my own apps that works in any apple device.Suggest header file in XCode.
1
vote
0answers
25 views
Can i upload a photo to a users group with php sdk?
My question: Can it be possible to upload a photo and post it to a user's group? My APP will upload a photo but i want the user could choose to upload it in his group or page or fanpage, using the ...
0
votes
0answers
37 views
Graph Photo tagging - generates only tags waiting for approval
I try to build an app where users could tag a friend on a picture of a site...
picture of side is e.g.:
...
0
votes
0answers
76 views
Photos posted to timeline have to be manually published [duplicate]
My app uploads photos to Facebook either to the default album or to custom albums. For some users (not all) all photos which are uploaded to the default album have to be manually published (made ...
0
votes
2answers
65 views
0
votes
0answers
32 views
What are the criteria that determines facebook's location autosuggestion?
I'm currently looking into processing location data from user's photos. In order to test this, I'd like to upload some photos with their suggested location, but facebook has refrained from suggesting ...
0
votes
0answers
165 views
post photo in page --> facebook c# sdk
in classe
public static bool Post_photo(string AssTok, string Stat, string Path1, string Pageid = "")
{try
{FacebookClient fb = new FacebookClient(AssTok);
var imageStrem = ...
-5
votes
1answer
43 views
Reporting copyright violation [closed]
I wanted to report a copyright violation on facebook, but there is no option to report it. There is a page who has uploaded a photo taken by me without asking for a permission and without informing ...
0
votes
0answers
141 views
publish photo to page using facebook-android-sdk-3.0.2.b
Using the sdk facebook-android-sdk-3.0.2.b, download in the Facebook page Developer, im trying to publish a photo to page but no sucess...
private void postPhoto(Bitmap b) {
if ...
1
vote
1answer
701 views
Facebook. api. How to publish photo on the user's wall [closed]
I have question how to post photo on user's the wall? I read many tutorials, but something goes wrong.
Last what i did, followed this tutorial:
...
0
votes
0answers
24 views
flash application sharing error
i has created an app for our company, which is as promo. frontend is created in Flash, backend in PHP ( facebook-graph-api / facebook-php-sdk ) . everything what this app do is finding how many ...
0
votes
0answers
158 views
Android facebook sdk get Places api
I want to get Facebook Places information using facebook SDK(API).
Just like facebook app photo places (They use bing for map)
http://www.facebook.com/thefinestartist/map
I want to show this ...

