Tagged Questions
1
vote
0answers
20 views
Is there ANY way to remove photo tags with facebook API?
There are some old posts related to this topic but the API has since changed, so I wanted to ask again. Is there any way to remove photo tags with the facebook API?
I saw this documentation about ...
0
votes
1answer
152 views
Trying to edit page results in (#300) Edit failure, but the changes are saved?
I use the js sdk to publish and edit fb pages. This was working fine until I yesterday started to test what would happen in the page editor that I'm building when a user uninstalls the app in FB.
...
0
votes
0answers
96 views
Facebook Permissions pop-up appears then disappears
Basically every time I try and get permissions from the user the little dialogue box appears and disappears almost instantly meaning I cant allow the extended permissions needed for my app. I'm not ...
2
votes
2answers
231 views
How to get user information with Facebook PHP API
I use the Facebook API and I wish retrieve Facebook information of the connected user. I can retrieve the information in javascript, but I want to get the information to fill the PHP stored in my ...
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 ...
0
votes
1answer
19 views
Nested FB.api calls not firing, javascript SDK
I'm using the facebook javascript API and trying to nest FB.api calls as demonstrated below. The first FB.api call is working fine but the nested one isn't firing. Can anyone tell me what I'm doing ...
0
votes
1answer
42 views
Trigger.io: Facebook API Login
The js sdk of Facebook has a fb.login function for which is used for login functionality.
but I can't find anything that trigger.io has this functionality.
I have managed to use ...
2
votes
2answers
78 views
Facebook api work only for me (solved)
I'm creating frame app for facebook.
Following code work good for me:
function changeToHome() {
try {
var time = new Date();
FB.api("/me", {fields: "id,first_name,last_name,picture"}, ...
0
votes
2answers
105 views
FB.login fails. Help please
FB.login fails and execution stops on FB.login. I can only see for a few seconds facebook login popup that says "loading", then it disappear and nothing happens.
I have after body tag
<div ...
0
votes
0answers
8 views
Comments on the own portal FB account
Hello I am developing a portal and using fb-comment. The users login into my portal using fb credentials. When they commnent, this comment is replicated in their fb wall, being the author the portal ...
0
votes
1answer
16 views
Conversion Specs
What do you put in for the URL Object ID in conversion specs if wanting to use: {'action.type':'link_click', 'post.object':'URL_OBJECT_ID'}
In the example it says: [{"action.type":"like", ...
1
vote
3answers
2k views
Auto login facebook - FB.Event.subscribe auth.login doesn't work
for some reason today my code for auto login for existed members broke.
normally this code works perfect, after a check with firebug I saw that there is a problem finding 'auth.login' for some reason, ...
0
votes
1answer
81 views
Upload notes fanpage with grap api facebook
Hi I am using this code to post a note on my fan page, it works, the problem is that the diary page does not show the image, but only the text, why?
<?php
$access_token='MY ACCES TOKEN FAN PAGE';
...
3
votes
2answers
297 views
Comments Box realtime updates
It seems the Comments Box fetches new comments (by other people) only on component reload. Does anyone know any other ways to make the box to fetch updates than reload? I would rather avoid the reload ...
0
votes
0answers
443 views
Unable to fetch the user's friends photos
i want to make an application in my website that get friends photos.
there is example for this on the following link,
go to examples then chose friends:
http://developers.facebook.com/tools/console/
...