Facebook Graph API is a graph-db style programming interface for languages like PHP, ActionScript, JavaScript etc.
0
votes
0answers
4 views
facebook get href from attachment
Is it possible to get image url from attachment. I have a FQL Query as follows
SELECT post_id , message, comments, created_time, attachment FROM stream WHERE source_id=XXXXXXX AND actor_id = ...
0
votes
0answers
3 views
How should I use “activity” connection in a request to Open Graph?
I have gotten the access token for activities in Facebook's Graph API Explorer. When submitting this request:
/me?fields=activities.fields(name,created_time)
I just get an ID (me's ID) but expect to ...
0
votes
0answers
4 views
Show page articles that are most popular on Facebook
I'm running a satirical news web site based on WordPress. I want to create a page that shows a ranking of all my articles, based on their Facebook popularity (how many likes/shares).
Any way to do ...
0
votes
0answers
8 views
Android Facebook request taking too long
So I have basically copy/pasted this code from the Facebook API tutorials but when I run it, it can take over 60(!) seconds to call onCompleted() which is obviously totally unacceptable. I have had it ...
0
votes
0answers
9 views
Can not un-ban a facebook user from my Facebook app
I am trying to un-ban a user from a Facebook app using the following code. Yet it is not un-ban the user:
<?php
$app_id = 'App_id';
$app_secret = 'secret';
$ban_user = 'FB_id';
// Get an App ...
0
votes
1answer
14 views
Get all photos the user is tagged in on Facebook
I'm trying to fetch all the images I'm tagged in on Facebook.
It's working almost as it should, I just got one problem.
If I'm tagged in the post, but not tagged on the image, it doesn't show up in ...
0
votes
0answers
11 views
facebook like box ask to confirm after pushing “like”
I'm trying to install a 'facebook like box " on blogger , but , when I click on "like" there is new link "confirm" that appears instead "like" , also when I debug my blog , I'm obtaining this error ! ...
0
votes
1answer
18 views
iOS - Facebook Open Graph API — Getting captions to show up next to user generated images
I cannot get a caption to show up on a user-generated photo, like so:
Instead, this is a non-user generated photo,with a title and description:
after enabling user-generated photos (via iOS - ...
0
votes
1answer
8 views
What is the correct way to post a checkin using the latest API?
/me/checkins is deprecated and no longer works however with the latest API me/feed specifying the place its impossible to post a checkin that can be read back using this query:
...
1
vote
0answers
11 views
Facebook does not show thumbnail when a photo is shared
I am using the following code to share images on facebook but when the dialog box is shown it does not show the image and once it is uploaded facebook just shows a link to image.
<a name="share" ...
0
votes
0answers
13 views
Facebook SDK 3.0:How to remove “you have already authorized ti this app” screen
I am using Facebook in my android app and it work just fine.
However, i realize that useless screen appears when i login every time saying that "you have already-authorized to this app" with OK and ...
0
votes
0answers
10 views
Application raises facebook OAuth Exception for all access
We are using restFB 1.6.12 and I get this error while trying to access the FB end point searching for messages. This is happening for an OAuth token which was recently created and also for older ones. ...
0
votes
1answer
12 views
Why isn't my og:image picture updated properly on Facebook?
Hello all and thanks in advance for your help. Our website, Tom's Guide France has recently changed its logo.
Therefore, we updated the picture file that was linked in our og:image meta on pages not ...
1
vote
0answers
13 views
Facebook Php SDK - getUser() return always 0 but wrking fine on localhost
Creating a simple login page with facebook login button
After login getUser() must return the uid of logged in user but it is still returning 0
I am following this 9lessons tutorial also.it works ...
0
votes
1answer
9 views
Facebook picture modal in application
I have a facebook iframe application which fetch the videos from a page. Is it possible to play those videos just like facebook does?
Like if we click the video/photo, it opens in a popup with ...