Facebook Graph API is a graph-db style programming interface for languages like PHP, ActionScript, JavaScript etc.
0
votes
0answers
3 views
facebook open graph - Photo uploading
I am upgrading my apps to open graph.
I am not able to clearly get the photo uploading docs in open graph except user_generated property.
I tried fb:explicitly_shared = true but image has been ...
0
votes
0answers
3 views
Trying to post client facebook feed in AS3 / AIR application
I am building an application for a client who wants their facebook news feed to be shown.
I can get the JSON data, however the access token keeps expiring.
Is there anyway to either persist the ...
0
votes
1answer
20 views
How can I get access token for a facebook application in java, without a browser
How can I get access token for a facebook application in java, without a browser (like in Selenium), with username/email, password, client id and client secret key ?
0
votes
0answers
9 views
Facebook getting started guide for android Bug
I am following Facebook sdk Starter guide for android.
Its working fine without the "facebook" app installed. But when i have the facebook app installed The app is not logging in.
I know this is a ...
0
votes
1answer
4 views
How to fetch facebook accessToken programatically through java other than using selenium?
Using selenium, we can fetch access token from our app but this requires opening of browser which is not possible on linux node where our code will run.
Login url: https://apps.facebook.com/[appName] ...
0
votes
0answers
6 views
The “fb-root” div has not been created, auto-creating
I am using FB like button on my webpage, sometimes it render and sometimes its not, When I see console for Error Log it showing error
The "fb-root" div has not been created, auto-creating
in all.js
...
0
votes
0answers
11 views
How to get all the comments made by a user?
Is there any way to get all the comments that a user has made on various posts,photos,statuses etc in a given time period.
I tried the following:-
...
0
votes
0answers
13 views
Sending app facebook request to a non-friend having tokens id
I explain my case, I'm trying to send FB request to an app to people who is not my friend and I want to do it in name of other person. All these through a java web app I developed (and I'm able to ...
0
votes
0answers
4 views
Facebook returns 404 error on website
We have a website, but Facebook does not like our website.. All users can visit it, Google has no problems with it, Google Webmaster tools displays the correct website, but the Facebook Graphs API and ...
1
vote
0answers
17 views
Facebook SDK get count of friends that has been invited
I'm using this code to invite friends:
[FBWebDialogs presentRequestsDialogModallyWithSession:]
How can I get count of friends that has been invited to app? Something like this:
[FBWebDialogs ...
0
votes
1answer
11 views
Send app notification to a friend in Facebook
I'm totally new in Facebook API. I have created a Facebook app and through a java web app I want to send requests to invite my friends to use my app and redirect them to the app download page (or at ...
0
votes
0answers
6 views
get via fql or graph api the facebook insights for traffic from notifications
I would like to automatically download the facebook insights related to traffic coming from notifications (to be specific just app notifications, not users).
Obviousley i can see the data from the ...
0
votes
0answers
4 views
Get reports with campaign statistics by code
The problem is I don’t have an access to ads api so I can’t get information about campaigns like impressions or click through rate.
However, I can make reports in ads manager. I am fine with amount ...
0
votes
1answer
10 views
How can I post an image as a content of my facebook poll on my facebook page using facebook graph API in asp.net [closed]
I am creating an web application in asp.net using graph API integration. I would like to post a question with image as a content. Please let me know is it possible by the graph API or not? If no then ...
0
votes
0answers
6 views
Using UIImage in the FB_SendBrag method
I would like to get advices about the FB_SendBrag method (https://developers.facebook.com/docs/tutorials/ios-sdk-games/feed/)
As an option of ShareParams.Picture, can I use exclusively URL, or can I ...