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 graph can refer to a graphic (such as a chart or diagram) showing or displaying the relationship between two or more variables used, for instance, in visualising scientific data.
0
votes
0answers
5 views
create event on facebook business site using app credentials
I am trying to create an event on a facebook business account but I would like to do it using my app credentials(via graph api) is it possible?
Thanks!
0
votes
1answer
20 views
Facebook FQL returned result PHP
If I enter the following queries in the Facebook Graph Explorer both return a result with one value:
Case 1)
SELECT user_id from like where object_id =584xxxxxxx637
{
"data": [
{
...
0
votes
1answer
5 views
how to get public events in graph facebook
Please can someone tell me how to get facebook public events ?
I want to do something like this
http://elmcity.info/fb_events?location=New%20York
0
votes
0answers
22 views
Trying to get actions content from Facebook Feed (PHP SDK)
I have the following code:
$feed = $facebook->api("/mypageid/feed");
foreach($feed["data"] as $post) {
if ($post['type'] == "status") {
echo ...
-2
votes
0answers
16 views
Post Image to a facebook page without any user login in php sdk
i need to post image to a facebook page immediately when the user upload a picture without any login process. what are the steps needed and what all credentials i need to collect from the facebook ...
-2
votes
0answers
14 views
facebook LIKES losing in iPhone using Graph API [closed]
I want to get the LIKE listings from Facebook of user profile (suppose user is loged in using Facebook) using Graph API....how can it be done?
0
votes
2answers
12 views
get user picture together with AppID/score
From the Facebook Graph API explorer I'm submitting a Get function for AppID/scores. Apart from user, score and application data, I would like to get user's picture as well. What Graph API query can I ...
0
votes
0answers
11 views
cross platform facebook api for desktop application [closed]
Is there any working cross platform facbook api available for desktop application?
I have googled some api for desktop application but i could not find any currently working api. Any suggestion would ...
0
votes
0answers
15 views
Graph API counters are different from like button
When I request with the Graph API using a FQL like this
SELECT click_count, like_count, share_count, total_count, comment_count, url FROM link_stat WHERE ...
-1
votes
1answer
12 views
creating Facebook Object type through an API [closed]
Is there any Facebook Graph API to create the object Type and link to specific action?
(instead of doing it manually in Facebook App admin screen).
0
votes
0answers
43 views
Error parsing input URL, no data was scraped
Go to:
https://developers.facebook.com/tools/debug
We enter for example these and it works fine:
http://www.toppform.se/ShowBlog/Vgen-ur-tstrningen
http://www.toppform.se/ShowBlog/Jennys
But this ...
0
votes
0answers
2 views
Multiple levels of page id migraton
The graph api returns an error message indicating that the page id has been migrated:
{
"error": {
"message": "(#21) Page ID 147467101963429 was migrated to page ID 279123585523500. Please ...
0
votes
0answers
24 views
Facebook graph API posts inconsistent with facebook page
I am trying to get a list of all posts from given facebook IDs, currently using:
https://graph.facebook.com/[id]/posts?access_token=[access_token]&limit=200
I get some results, but comparing ...
1
vote
0answers
17 views
Posting Comment via Graph Api with symbols
hello is it possible to use symbols when posting comments via Graph api ?
If i try this symbols ...
0
votes
0answers
4 views
Linter Claiming Newer Pages are Unreachable
I. A newer post, though containing all the requisite og: tags is flagged by the linter:
...
0
votes
1answer
23 views
How can I send a private message to others page from Java without any interactive dialgon ? I am using FB Apis to send th
How can I send a private message to others page from Java without any interactive dialgon ? I am using Graph API FB.UI to send the message but it pops up a dialog to hit Send button.
0
votes
0answers
15 views
Filter people from Facebook Group
Any idea how we could filter inactive members, who have never posted anything from the Closed Facebook Group?
Been trying via regular admin tools but there's no available tools.
0
votes
1answer
79 views
Disable sandbox mode for facebook app via api?
Does anyone know if there is an (undocumented?) field/property in graph api I can use to disable sandbox mode for an app?
I have checked ...
0
votes
0answers
13 views
Graph API search limit (graph_post_search_get)
I use batch requests to search public posts.
I started twice a batch that performs 20 searches with different tokens, and I get this error:
(# 613) Calls to graph_post_search_get Have exceeded the ...
-3
votes
0answers
16 views
Graph search is not returning itens for a specific query [closed]
I'm using the graph search in order to find public posts that match the query "shopping imperial". Facebook is full of posts with this term, but the graph search doesn't return any of them.
Thanks in ...
0
votes
0answers
21 views
Limit of 100 items for graph statuses?
I'm working on a console application to download statuses and such from my own account -- nothing production or public. I'm finding that I can only get the last 100 statuses, but I was hoping to at ...
0
votes
0answers
22 views
Graph API delete all scores
As stated in the Scores API documentation:
You can delete all the scores for your app by issuing an HTTP DELETE request to /APP_ID/scores with the app access_token for that app. This will reset ...
0
votes
1answer
21 views
Certain public photo galleries are returning an error code
I'm requesting photos using the Graph API and it works fine for some albums and not at all for others, am I missing something?
Here is one example that returns
"message": "Unsupported get request."
...
-3
votes
1answer
36 views
Get user's detailed newsfeed(wall) posts in Facebook
I would like to build a project to know users' behavior when they surf facebook website, especially the advertisements showing in their timeline wall. I have learned the basic idea of facebook graph ...
1
vote
2answers
24 views
Graph API Javascript bug
Recently I am experiencing this problem.
When I click to register with facebook and I am logged in as a user, I can see my information correctly. But staying on the same page, if I log out from ...
-1
votes
1answer
32 views
Is it possible? Offline fb photo backup [closed]
Is it possible to program an app that allows our company to access and backup a users photos (or even all fb data) that we then save onto a physical medium (archival disc) which is then sent to them ...
0
votes
0answers
18 views
Need to see friends who liked/shared a specific page
Let's say we have page X (not a Facebook page, just a page on my site). When you visit the page, if you're logged in with FB, I want to show you your friends who have liked/shared that page X.
I've ...
-1
votes
1answer
20 views
How can I transfer ownership of live apps to another FB user?
I would like to transfer the ownership of some of my FB apps to another FB user, how can I do this?
0
votes
1answer
31 views
Graph API Returning All Status Results as Undefined
I am creating a search bar that queries Facebook for results. When I type a word to search and click search, I get results but anyone who posted a "Status"....I get a lot of undefined fields. So it ...
0
votes
1answer
19 views
Searching app users
I want to create a dating app where the app user would search for matches based on gender, age, and current city, even if those matches are not friends. I'm assuming that there's no way to search all ...
0
votes
1answer
56 views
facebook returns Unsupported get request on some apps?
I cannot understand the behavior of Facebook: this call working perfectly
https://graph.facebook.com/142809522573631?callback=jQuery18309434105455875397_1369031461008&_=1369031607843
but ...
1
vote
1answer
25 views
For each loop Facebook graph api
I'm trying to make a for each loop on the field name of an user like. Problem is that I get only errors or no result at all. Could someone please show me the right way to parse this data?
I'm trying ...
0
votes
0answers
16 views
Exceed query limitation solution Facebook fql
I've found that fb have query limitation of 600 calls per 600 seconds, per token & per IP.
I query about 30,000 fql everyday,
i run this process on multiply machine with multiply fb apps to get ...
0
votes
0answers
34 views
How to add articles posted on website to facebook wall (non-wordpress)
I am not exactly sure why it is so hard to find just a basic explanation of how this facebook integration works.
I am not new to PHP or programming, but I am new to implementing facebook into ...
0
votes
0answers
11 views
Facebook open graph Identical objects displaying different
I've created two custom action->object pairs in my app with identical structure (except each one has a own one custom property).
1) action: 'Rescue' -> object: 'Guardian'
Guardian have custom ...
0
votes
0answers
18 views
Facebook Subscription query suddenly returns unexpected error
since this morning, querying specific Facebook subscriptions from my server via curl at "https://graph.facebook.com/SUBSCRIPTION_ID/?access_token=APP_ID|APP_SECRET" returns
500 Internal Server ...
2
votes
2answers
93 views
Graph API: Retrieving picture dimensions in page feed
I'm using Graph API to get the wall post of a fan page.
I noticed the Facebook iOS app itself is able to determine the exact ratio for its placeholder.
...
0
votes
0answers
10 views
Facebook API Return statuses
Hey guys I've been trying to get facebook status updates from the users feed and post them to a div, my issue is that it is only displaying one result or "story" when it should display around 25. Also ...
1
vote
0answers
23 views
Why does listing Page installed apps requires Page access token? [closed]
According to documentation at https://developers.facebook.com/docs/reference/api/page/#tabs, a valid Page Access Token is necessary to get a readonly list of added applications as tabs of a fanpage ...
0
votes
0answers
19 views
Video Advertisement not being served through Open Graph
I am trying to figure out if Facebook is scraping my flashVars in which is telling my swf to make an ad call.
My goal is to embed a video player through the open graph syntax and show the ...
0
votes
0answers
30 views
How to get facebook user information in server side?
I am developing a mobile app, all my html are in local, it talks with server with http request.
Clearly I can not using the JS SDK since the html is localhost,
also, I can not use the PHP SDK since ...
0
votes
1answer
40 views
Facebook graph api change and want a acess key now, how to write new URL
I made some apps, which using fb graph to get the facebook page feed like
https://graph.facebook.com/Troll.Football/photos/uploaded
Using this URL i get all the facebook photos link, and later i ...
0
votes
0answers
5 views
Can I use open graph to see the top activities that people are doing at any given time?
I would like to see what activities are ocurring at certain times so I can tailor playlists to certain times of days based on people's activities. Is this possible with Open Graph without creating an ...
0
votes
0answers
14 views
How to get image for photo-type feed
I'm using this url to retrieve image for photo-type feed
https://graph.facebook.com/{object_id}/picture?access_token=xxxx
This sometimes works but sometimes just returns question mark image.
Is there ...
0
votes
0answers
38 views
face book graph API doesn't showing thumbnail image.
i am uploading a video to Facebook using iOS and Facebook SDK.
i am explicitly specifying what thumbnail image to be displayed for my video.
I could successfully posted the video but the specified ...
0
votes
0answers
32 views
Open graph Like review Rejected
I was Implementing open graph like for Android App, I had submitted Action type Like for review. They had rejected it by saying.
*Approval Status:*
Changes Needed Please address the following ...
3
votes
1answer
152 views
can change facebook app invitation text using graph api
Can we change facebook app invitation text using facebook Graph api ?
Generally this has format - "Inviter name sent you a request", can we replace this text to our own ?
(This get displayed as a ...
0
votes
0answers
74 views
Curl and Facebook album dosn't work
I have this code, but dosn't work and i can't understand why
I tried different page id but all give me back
THERE HAS BEEN AN ERROR: pageId invalid
the strange thing is that it stopped working a few ...
0
votes
1answer
24 views
Facebook no longer scrapes apps.facebook.com
I used to be able to post a link like 'apps.facebook.com/my_app' to my business page creating a post with the og: tags located in my canvas page root. This page had a redirect to the page tab ...
0
votes
0answers
37 views
Send invitations to facebook friends to visit a website
When an user visit my website I want to give him the possibility of invite to his facebook friends to visit my website. Since I can't get emails using facebook API, I would like to know if there is ...


