Facebook Graph API is a graph-db style programming interface for languages like PHP, ActionScript, JavaScript etc.
-1
votes
0answers
5 views
how to connect a desktop application with a Facebook application
My project target is connection the real world to the virtual world its a parking system each car has an access card [rf/barcode/nfc] as when the registered car path its card to the hardware reader ...
0
votes
0answers
8 views
Determine if object (post, photo, etc) is public
Is there some reliable way to determine if the post, photo or whatever other FB object is public or not? We crawl FB objects and need a way to check if it safe to publish the data.
For now, I have ...
0
votes
0answers
2 views
me?feed in graph api not returning any posts
Original Question
Previously within "https://developers.facebook.com/tools/explorer/" I could retrieve a list of posts made in my Facebook page using:
me?feed
However, the above "me?feed" stopped ...
1
vote
2answers
28 views
Facebook Real Time Update return only “changed_fields”:[“feed”] and not the actual comment
I'm trying to implement Facebook Real Time Update in a proper manner. (https://developers.facebook.com/docs/reference/api/realtime/).
Everything is done according to the instructions given in this ...
0
votes
1answer
3 views
Server Side Non-User Interaction Way of Extending Facebook Access Tokens
I have a web application where the user links our website to their Facebook account so that we can publish content to their walls and fan pages. We were previously using the offline_access parameter ...
0
votes
1answer
9 views
(#200) You do not have permission to create a scheduled post
I can post fine a message but when i try to schedule the post I get that error, googling I found a similar issue on SO but with no answer. The documentation is not clear if I need other permision for ...
0
votes
1answer
76 views
How can I post to friends wall as Post to others wall is no more existing in Facebook
I used the following code to post on friends wall
Bundle parameters = new Bundle();
JSONObject attachment = new JSONObject();
attachment.put("message", "Messages");
attachment.put("name", "Get ...
0
votes
1answer
65 views
Get user registration date - open graph
I have looked through the Open graph docs but am unable to find any info on whether you can see the date a user has registered on facebook.
Looking on here ...
0
votes
3answers
594 views
Alternative to offline access permission for accessing a users profile on facebook?
Facebook has deprecated the offline access permission.As a developer is there some other way for me to post on the wall of a user when he is not online or I can do that only when he is accessing my ...
0
votes
1answer
10 views
How to post to users' facebook wall even if they are not on my app web page
I have an application that can post to user's wall when they visit my application page. But there are too much apps that are posting to users' wall even if users are not visiting their application ...
0
votes
1answer
7 views
how to get a fresh access_token in facebook?
I am using the following script to automatically post to my PAGE while i'm offline every specific interval.
$attachment2 = array('message' => 'titlexxxxx',
'access_token' => ...
0
votes
1answer
334 views
Getting access token for CURL/Browser Graph API
Probably I'm just missing the basic of this so I apologize if the question is stupid.
I'm trying to obtain messages and attachments from Facebook, I'm using:
...
-1
votes
1answer
22 views
facebook : How get time spend on facebook
I want to get the time which is spent by user.
I am new to Facebook api.
Is there any mechanism using which I get the time which is spend by user.
Can I get user session information on which user uses ...
0
votes
1answer
3 views
Facebook access for a server app
I work on a project that has facebook as one of its data sources. It imports some data from it periodically with no GUI involved. Then we use the web app to show the data we already have.
Some of the ...
0
votes
0answers
6 views
Accessing Facebook public page data from a page tab app with the PHP SDK
Is it possible to pull data (question and photo album) from a public brand page with a page tab app that will be used on that brand page? I would like to populate a tab with results of a couple polls ...
0
votes
0answers
8 views
FB.getLoginStatus returns connected in every situation
I am building an iphone app with phonegap, and using the facebook javascript sdk.
FB.getLoginStatus(function(response){
if(response.status === 'connected'){
alert("connected");
var ...
0
votes
1answer
9 views
Publishing a story using Facebook open graph
I am currently trying to run through the publish open graph story for iOS tutorial on the Facebook website.
https://developers.facebook.com/docs/tutorials/ios-sdk-tutorial/publish-open-graph-story/
...
6
votes
1answer
6k views
facebook graph api does not return all feed items on facebook page
at the time of this question, if you go here:
http://www.facebook.com/realplayer
you'll see six posts down, I have posted a photo with a message of "#highfive Cincinnati, OH"
but if you to either ...
0
votes
2answers
223 views
making post hidden with graph api
i have post created calling graph api
https://graph.facebook.com/me/feed/?access_token=<token>
it returns somthing like:
{"id":"<UID>_<POST_ID>"}
now i want to hide this post by ...
0
votes
0answers
2 views
Displaying Comments on Activity Fed
I have a comment box on my site. Comments appear in the comment box and comment moderation too so I know they are there.
They are just not appearing on the site activity feed. Here is the code ...
0
votes
0answers
5 views
ResFB: posting message to Facebook wall with some custom properties
I have just started my journey with RestFB framework and would appreciate to get some help.
I am looking for a way to post message to Facebook wall and add some custom properties to each post like: ...
0
votes
0answers
35 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 ...
0
votes
0answers
12 views
How to get signed request from facebook by node js
I am using https request in node js and try to get the code about signed request through https://www.facebook.com/dialog/oauth and I hope my code is correct. But the parameter res is always none.
var ...
1
vote
0answers
4 views
Localization of FaceBook Events?
When creating page level events, is it possible to hide/show specific events based on region. For example 2 events, one is US based, the other Canada. Can I the Canadian event from the US audience, ...
0
votes
0answers
9 views
After sending an app invitation, how to send custom request?
My situations is as follows:
I created a simple webpage with a basic image (in Desktop, in Android and iOS refers you to download the app), just a pic. After that I created a FB app linking with that ...
0
votes
0answers
16 views
Set cover facebook via PHP without notifications
I'm trying to set covers facebook via PHP SDK, when posting i set no_feed_story value 1. It' seems continue to notify users which are subscribed to the page
$args = array(
'cover' => $coverid,
...
0
votes
0answers
3 views
Facebook create Open Graph object with custom field
I have an object type created, lets call it "foo". This one inherits from "object" but has an additional attribute "fooattribute". My Application runs under lets say "fooapplication"
When I set this ...
1
vote
0answers
25 views
Friends listing order by name Facebook sdk for ios
I am using Xcode 5, iOS 7 and latest facebook sdk. I have to get the friends list in alphabetical order. Earlier I have used graph api and fql query for getting the friends list in alphabetical order ...
0
votes
1answer
12 views
Why does Facebook login ask for different (more) scopes?
I want to trigger a Facebook login and I am accessing this URL:
...
0
votes
2answers
41 views
Facebook HackBook example
I imported the facebook HackBook sample app for android and ran in in my testDevice.
After pressing the login button:
When the user clicks okay it goes to this page:
And finally when i expect ...
-1
votes
0answers
10 views
FB Page like button is not showing up
Please don't downvote without reading the full post. Cause i've already searched a lot, but couldn't solve my problem. I want to make a like button for my application's face book page. So i went to ...
-2
votes
0answers
7 views
Error #100 posting activity feed [closed]
Error (#100) Application 406444432758860 does not own 297761303673338 action type
My sended object is :
Object {puppy: "https://royalcanin.campaignapps.nl/pup/pet/detail/311/?app=pup", app_id: ...
0
votes
0answers
962 views
Error Message #100 when using Facebook open graph api
I have managed to get an access token into a Facebook app dynamically but when I try and publish an action I get the error:
{
"error: {
"type": "OAuthExeption",
"message":"(#100)
Application ...
0
votes
2answers
19 views
How to get user access token dynamically for PAGE (no application)
I am trying to get the number of likes my PAGE has at various times in the past using the FQL Insights API. To do this, I need a page access_token. The get a page access_token I need a user ...
0
votes
0answers
6 views
Uploading Video and Photos on Facebook
I have integrated Fb- connect in my Iphone App. Now i want to upload pictures and videos from my iPhone to facebook, can anyone have an idea what sort of api or work could be done. According to my ...
0
votes
0answers
11 views
On what bases Facebook will send developer alert to their Accounts?
How facebook will send developer alerts to there accounts? Based on permissions or based on FQL queries which we ask from apps or anything else. Can u explain me? I got an alert saying , my app using ...
-2
votes
1answer
18 views
How can I get facebook cover url from Facebook graph API
I use: http://graph.facebook.com/{user_id or page_id}?fields=cover
Return on browser:
{
"cover": {
"id": "XXX",
"source": ...
1
vote
1answer
19 views
Facebook gives 403 error for my website - Updated Information
I have a website where i added facebook og tags. http://bowarrow.de No matter what i try and what i change i always get a 403 Error in the debugger.
Though it can access my site somehow. I read ...
-3
votes
1answer
27 views
JS Function to update an image without refresh? (Facebook Graph IP Used)
I have a web site that I'm making, and it is supposed to "hack" a Facebook account, but it's not it's just like a fake site with the functions to make it look realistic (loading bar, etc.).
I have a ...
0
votes
0answers
7 views
Facebook API: How to view the privacy details of an album
I want to be able to view the detailed privacy settings for an album or photo.
The scenario is: I want to show a user a list of their friends and a list of their photos. When they click on a friend, ...
0
votes
1answer
130 views
Invite users to facebook group
Users that login to my site for the first time via facebook connect are redirect to a php script which should invite them to my societies facebook group.
<?php
require_once ...
-3
votes
0answers
27 views
Getting account info in C# [closed]
Sorry for total newb question, I have no idea of where to begin, I want users to be able to login client side, send some kind of token via websocket to my server and pull out all the info server side ...
-3
votes
0answers
7 views
Urgently Desktop application to run as Facebook application [closed]
i will make a Facebook application with specific permission and then i will store the users IDs in a database server but i didn't want to post status from the web app as i want to make desktop app to ...
4
votes
1answer
275 views
Facebook loginViewFetchedUserInfo is called twice
I am using facebook SDK 3.0 in my app. The delegate method is called twice when after logging to facebook.
- (void)loginViewFetchedUserInfo:(FBLoginView *)loginView
...
0
votes
1answer
91 views
Adding/Deleting Facebook Users to Facebook group through app
I am trying add/remove a Facebook user from a facebook. I have read a couple of posts that say this is not possible, but the facebook api documentation seems to think it is.
...
-1
votes
0answers
13 views
Remove member from facebook group
I am trying to remove member of group.i have app access token and user provide user_groups permission when they allow application.i am getting OAuthException with code #3
$data = ...
0
votes
0answers
14 views
Recover list of checkboxes selected in Javascript
Here I have my list of checkboxes pre-populated, with 3 elements.
<h:form id="form">
<p:selectManyCheckbox id="checks" value="#{fbController.selectedFB}" ...
0
votes
2answers
4k views
Accessing friend list in facebook
Is it possible to access the friend list of a facebook user without getting his explicit permission ?
For example, my friend's friend list is public. Anyone with a facebook profile can see who his ...
1
vote
1answer
15 views
Facebook event start_time sometimes in user time, others in local event time
I am trying to convert the Facebook start_time of time. As per Facebook's documentation, Facebook uses ISO-8601 strings to describe precise time with offset from UTC of format:
...
0
votes
1answer
10 views
Facebook Open Graph with Two Objects
I know there is a lot search results for this topic - however I haven't been able to get the answer that I'm looking for.
I have an action, called "Viewed", where the object is a "Picture". The book ...


