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)

0
votes
1answer
51 views

send image > but not upload image

I am playing with the facebook sdk, and want to allow our users the ability to post an image to their albums, but NOT the ability to upload the image. Essentially, we have a dynamic page for logged ...
0
votes
1answer
564 views

Facebook FQL : Need large src url from stream table (attachment - media)

By FQL stream table return newsfeed by fql with attachment attribute. attachment contain media information and in media there is an src attribute which contain photo url. I need to change those photo ...
3
votes
1answer
1k views

View attachments in threads

I'm currently working on an alternative way to view the threads and messages. But I have problems figuring out how to display the images attached to a message. I have a GET request to this url: ...
2
votes
0answers
6k views

Using facebook.katana aka facebook app from the code

i´m trying to achieve a solution where the app ask if facebook.katana aka facebook app is installed in your android phone, if it is installed, check if the user is logged, and if it's logged send a ...
3
votes
2answers
432 views

Facebook Media Attachment - fallback URL for 'music' type?

I'm using Facebook's Legacy REST API to publish MP3 media attachments to users' streams (as the new Graph API does not yet support audio). This renders the audio in Facebook's own media player as ...
1
vote
2answers
5k views

Posting attachments with Facebook Graph API using iPhone SDK

I've been trying desperately to publish a message with an attachment to the current user's wall using Facebook's Graph API. I've been successful at publishing a POST object with an image but once I ...
0
votes
1answer
2k views

facebook python-sdk post_to_wall attachment

Hi I am using the python-sdk (http://github.com/facebook/python-sdk.git) on google appengine. I am runnig the "newsfeed" example. In facebook.py i had to import urllib2 and then change file = ...
1
vote
2answers
7k views

How to attach several photos to a wall post?

If you go to this app's wall: http://www.facebook.com/mindjolt they somehow attach several photos to each wall post. Is there a way to do this programatically? Looks like they are posting to the wall ...
3
votes
1answer
508 views

Facebook Link attachment example in Ruby on Rails

How do you attach a link in ruby on rails similar to facebook link attachment where you get the title and the description of the link attached.? Could you help me with the code? Is there a good RoR ...