0
votes
1answer
25 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
14 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
7 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
5 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
16 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
62 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
19 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
11 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
16 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
29 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
3 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
28 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
18 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
78 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
53 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
19 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
29 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 ...
0
votes
1answer
15 views
Retrieving public videos through Graph API
We are using the Facebook Graph API to search for Public Posts as per the following query:-
"https://graph.facebook.com/search?q=" sSearchText
We have found that this query is currently returning ...
0
votes
0answers
18 views
Facebook Graph API feelings?
I would consider myself a very inexperienced developer, so excuse my naivete. Facebook is slowly rolling out its feelings (?) update where you can post your current mood or activity (example "I am ...
0
votes
1answer
24 views
Displaying facepile of all users who like page through the Facebook graph API
I am an admin on both a facebook page and app and am wondering if it us possible to output a facepile of users on my website using the open graph api?
I know the default behaviour is to only show ...
0
votes
0answers
93 views
GraphMethodException - Unsupported get request at
I have two Debian-systems. With both I access the Facebook-API via Perl(Facebook::Graph).
On the first system this works perfectly, on the other system I ran into following problem.
Could not ...
1
vote
0answers
11 views
Add an invited guest as an administrator to an event using Open Graph API
I'm trying to add a guest as an administrator using the Open Graph Events API. Don't see this as a feature in the documentation. Anyone try this or know if this is even possible?
0
votes
0answers
14 views
What's the best way/language to pull user's data
Currently we are using FQL for the app that we are beta testing to pull user's basic info + profile pics AND user's friends list and their profile pics. It's taking way too much time during initial ...
1
vote
2answers
42 views
Facebook Search API throwing OAuthException
I use the facebook graph search to get informations about urls. So i use the url as search value.
Since a few days, something went wrong, and i don't know why?
ca 30% of the search values throw this ...
0
votes
0answers
44 views
Trouble in showing all comments per post of page feed
I did graph api call by ajax for feed posts for some fb pages and its not showing all comments per post! For this i created access token by my fb application with read_stream permission.but when i ...
-6
votes
0answers
36 views
I need to fetch wall post of my friends from facebook,2 wall post of each friend.How can I do with fql query?
I need to fetch wall post of my friends from facebook, 2 wall posts of each friend. How can I do this with fql query?
SELECT source_id,
MESSAGE,
attachment,
likes,
comment_info,
type,
...
0
votes
1answer
63 views
Facebook Graph API locale parameter broken?
This API URL gives me the front page of VitaminWater's Facebook page (http://www.facebook.com/vitaminwater):
...
0
votes
1answer
45 views
Facebook Comment ID
I am trying to synchronize facebook comments with wordpress comments.
And I am wondering why Facebook comment id is different for status and object (of the same wall post). I am getting the comments ...
-1
votes
1answer
78 views
Pagination in the event search API
I am performing a rest call to facebooks search API using type=event
e.x.
...
0
votes
0answers
50 views
Page Admin - Graph Api Comment as User
its a bit complicated because i dont understand might be a bug.
OR MAYBE i making a mistake.
User allows the Application and the same time user ist the Admin of the Fanpage.
I store all Data ...
0
votes
0answers
74 views
Is it possible to change the og:type meta tag?
So I put a like button on my blog and filled in the open graph meta tags for optimal promotion. When I copied the codes, the og:type tag was already set as "blog", so I figured the tag existed and ...
0
votes
0answers
34 views
Facebook Graph API method to show a page in news feed
What is the Graph API method to "Show In News Feed"?
See here: http://i.imgur.com/pVqQcXG.png
0
votes
0answers
37 views
Facebook albums request failure
I have some Facebook graph API integration on a website. Everything has been working fine for a couple of months until now. Basically, I perform curl requests in PHP to obtain albums.
PHP aside, ...
0
votes
0answers
29 views
Open Graph tags not appearing correctly in Facebook
Can anyone help? I have set my Open Graph tags on http://www.vedding.co.uk, but when appearing in Facebook they display as attached.
However, as you can see through visiting ...
0
votes
0answers
29 views
Manage page admin using graph api
I'm trying to manage page admins using graph api.
Is there a way using api to add\remove user from a page admins?
Is there a way to change user admins permissions?
I'm trying to control the ...
0
votes
0answers
80 views
Json array JSONException: No value for daily_active_users
this is my problem: If I use http://graph.facebook.com/search?q=games&type=application&fields=logo_url,name,daily_active_users, no problem but if I change something (for example I try to add ...
0
votes
2answers
180 views
Facebook api graph me - Post to Stream
I am trying to allow my facebook app to post the users stream using the code below.
The code at the bottom is works from the site where I got the code but not on mine.
Where it works: ...
0
votes
0answers
27 views
Internationalization of Open Graph Objects for plural feeds
I've been developing a facebook application which uses open graph.
I have an open graph action, lets say it's "Answer a Question" where Answer is action and Question is object. By using "og:locale" ...
0
votes
1answer
35 views
Heuristics to find “surprising” mutual friends
I have the undirected friends graph of my Facebook friends, G i.e. G[i][j] = G[j][i] = true iff my friend i and friend j are friends with each other. I want to find "surprising" mutual friends i.e. ...
0
votes
1answer
49 views
Irrelevant results in graph search api
I know that there is some bugs reported to Facebook about this subject, but I'll ask here too .
This call:
https://graph.facebook.com/search?q=sebrae&type=post
Returns a lots of results that ...
1
vote
0answers
36 views
Youtube videos thumbnail not shown
I'm posting users wall with iOS SDK 3.2.1. Everything is ok but if i post a Youtube video, it's thumbnail not shown.
My posting code is like this:
postParams =[[NSMutableDictionary alloc] init];
...
0
votes
0answers
81 views
Upload video with facebook graph api
I am try to upload video to facebook page with graph api but from the VIDEO link!
According to facebook, code goes like this-
<?php
$app_id = "YOUR_APP_ID";
$app_secret = "YOUR_APP_SECRET";
...
0
votes
0answers
121 views
How to get feed of public Facebook page using Graph API without user authorization?
I want to show feed of public Facebook page in my Android app. But the access to this "public" page needs an access token.
Trying to run
...
0
votes
1answer
23 views
getting facebook user country possible?
I only have a simple question. Is getting Facebook user country using graph api possible?
if yes, how? if not, can you give some other suggestions?
I tried different methods how to get country using ...
0
votes
0answers
29 views
Getting AJAX GET request to work in IE
I have the following script working in FF and Chrome but will not work in IE. I've read multiple post on how to fix this with no luck. Basically pulling data from Facebook's Graph API. Here's my ...
0
votes
0answers
43 views
How to post to user feed through facebook graph api when he is offline
I created application with publish_stream permissions, now i can post on the user wall when he is using my application, but when he is offline how can i post images or status update on his wall with ...
0
votes
0answers
49 views
view photos from facebook without paging
I have a problem.
I have the need to view all photos on one page
can you help me?
thanks
public function FacePageAlbum($id, $albumId, $appId, $appSecret)
{
if($id)
{
...
0
votes
0answers
142 views
AndroidFacebook-Using Facebook Graph API and Json how do i retrieve my fanpage?
Using Facebook Graph API and Json how do i retrieve my fanpage data like "likes" and "comment" of a post into Android App display control like edittext,textfield etc? Detailed examples are really ...
-1
votes
2answers
64 views
comments on comments [closed]
Question:
Does anybody know if and when Facebook plans to fully support the new feature "comment on comments" in the graph api? Did i just not find the doumentation for that?
Background:
I read that ...


