I know that the following is used to request the news feed
https://graph.facebook.com/me/home?access_token?...
Which returns the set in json.
What is the way to get this into a pipe ? I have tried fetching the data but robots.txt does not allow it. I also tried building the url from scratch yields errors as well.
I have been able to...
I'm having trouble uploading photos to Facbook within my canvas application. I'm able to upload the image using the REST API if the file is stored within my server, however allowing a user to upload it without first transferring to my server is the difficulty.
...
can we send unlimted number of app invi to users.
Can it be possible?
face
...
How can I implement Facebook login in android?
...
I know how to add a Facebook like button for a group or page, but is it possible to add a like button to every product in a web store without having to create a group or page for each product?
This was originally asked on StackExchange Web Apps Private Beta here.
...
I am developing facebook application. In this application, I use java api provided by Google and the application is based on web.
I have the facebook_api_key and facebook_secrete, but how to get the sessionKey?
This code is not web-based:
FacebookJsonRestClient client = new FacebookJsonRestClient(Test.API_KEY, Test.SECRET);
String tok...
Hi Stackoverflowers
I just created a Facebook Canvas application and I want this application to be added as a Tab to my company fanpage.
However I do not want anybody else to be able to do this.
I do however want users to be able to use the application.
How in the world do I configure my application for that?
And how do I even get i...
Hey all,
I was working on an iphone app where users create images (think like a paint program); then they have an option to post it to Facebook: the image would be uploaded to the users albums and simultaneously a post would appear on their stream ("Hey, look what I just made with app X, get it here; etc).
This used to work just dandy,...
Hey,
I have an iPhone app which currently loads up a UIWebView using the facebook graph api oauth url (https://graph.facebook.com/oauth/authorize?...) - a user then enters their login details, and on submitting I retrieve the the access token from the URL. (In a manner as this I believe http://www.capturetheconversation.com/technology/i...
Is it possible to get an facebook profile picture under https using the new Graph API?
We run a site under https, but the profile picture returned by the facebook Graph API is always served as http (when using https://graph.facebook.com/XXX/picture, the request is redirects to http://...). The result is the dreaded mixed-content messag...
This seems obvious, but I can't find a way to do it. Using stream.get will get all the statuses for a person, but under "likes" for that status, there are only 4 likes listed (when the post in question has 25 likes).
So then I took a look at using FQL -- querying the "stream" gets the same four likes, nothing beyond that. I had high ho...
I have set up my own Facebook page and would like to track analytics but use my own tools. Is it possible to track the referrer information?
...
using FBML my app is giving the following error:
HTML error while rendering tag "img": Relative URLs not allowed here
The same thing happened to me when working on apps not in symfony and the easiest solution was to just include the absolute url in either hard code or a constant. Does anyone know any more elegant solution using symfo...
Hello All ,
I want to publish my photos from django application to the facebook wall, i use photos.upload method I am not using graph API. but I am not able to publish it even i took permissions to publish photos as well but still not working......
Please help me how could i achieve it please give me some sample code that will help me ...
I'm sharing a link on a user's feed - everything seems to be valid, but there's no Share link (Share button)... What is it that I'm doing wrong?
try {
$su = $facebook->api(
"/{$uid}/feed",
"post",
array(
"access_token"=> $access_token,
...
During a conversation about a site (with a forum) I am about to launch, a friend raised the point that Facebook and its ways have more or less killed off forums.
Probably "killed off" is too harsh in explaining it, but he did have a point. I have heard many people saying that they would rather go to a Facebook page than visit a differen...
Hi,
We use Facebook's prompt_feed.php in order to do sharing from a widget.
When we popup a browser window with the sharing URL that uses prompt_feed.php it causes Safari (and in some cases also Firefox) to resize themselves to strange dimensions.
Anyone encountered that? anyone knows how to avoid this?
Thanks
Guy
...
hi ,
i am trying to open facebook authentication page in IFRAME that i have created on my page
but the problem is once the page get loaded into iframe and i click on an iframe the facebook authentication page acquires the whole page in a full screen and iframe get vanish.
https://graph.facebook.com/oauth/authorize?client_id=<id>&...
hello
On you tube,facebook,flicker millions of photos and videos are
uploaded by users so how they manage all such large uploads.i know that they have large space
on their servers but i just want to ask that which technique they are using to store this
kind of huge data?
And also please suggest me to best way to get this kind of ...
Hi,
I want to open facebook login page in a lightbox.
if i tried to open facebook page in iframe then after loading successfully , in case a user click on an iframe , facebook will cover the whole page.
But i want to open it in lightbox
...