0
votes
0answers
53 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
121 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
14 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
37 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
73 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
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
2answers
95 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
1answer
15 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
77 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'; ...
0
votes
1answer
238 views

FB JS SDK not picking up scope

This is the first question I've posted here, but have found stack more than useful in the past. I should also say I have searched for many hours, read many questions already asked and am still ...
-1
votes
1answer
119 views

Can I change the profile picture automatically? - this page can

Can I change the profile picture or a timeline cover automatically using the Facebook API? Now I'm using a link with makeprofile=1; like parameter but this needs a user confirmation. $photo = ...
0
votes
1answer
187 views

Facebook API silent login

I am trying to use facebook API to provide a silent login feature. Application has to login onto facebook without prompting for user name and password. The authentication can be done through the ...
0
votes
1answer
17 views

Displaying friends using a pp without a accesstoken

I have looked at the FB api but i can not see where you can display the friends using a app without authorizing first. So when some visits my app without logging in/authorizing the app it displays at ...
0
votes
1answer
56 views

action and object graph api queries?

I can submit custom {action}/{object} to the facebook graph api succesfully. I''m wondering if there is a way I could query the graph api for all {objects}/{actions}? For example i want to retrieve ...
0
votes
1answer
411 views

Facebook login box on my website API Error Code: 191

I wanted to add facebook login option on my website, but always getting, An error occurred with Abhishekmiet. Please try again later. API Error Code: 191 API Error Description: The specified URL is ...
0
votes
0answers
84 views

create post without to be visible on Facebook feed

Is it possible with the fb api and the function FB.api('/me/feed', 'post', { }, function(response) { if (!response || response.error) { alert('Error occured'); } else { } to create a ...
5
votes
3answers
421 views

What is my obsolete Facebook API call?

I recently got a notice that I'm using one or more obsolete calls which will impact the website shortly. The problem is that I can't find any useful documentation to determine which call is obsolete ...
1
vote
1answer
125 views

Scheduled Facebook posts using JS API

I'm trying to write a client-side JS function to send a post to a Facebook Fanpage at a specific time using FB.ui. It used to be possible with the old JS SDK. Was that changed? Would appreciate any ...
0
votes
0answers
139 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
127 views

Facebook login for API Application

I'm building a Web app where I want to implement the Facebook login on it. The application connects to my own API. The thing is that the app is completely AJAX, and I don't want to have to check the ...
0
votes
1answer
2k views

Facebook API Publishing action with JS SDK

I am really struggling with the facebook api. A have created a app, an object an action, and I want to test to publish in my stream, (I know the public publishing has to be authorised by facebook but ...
0
votes
2answers
884 views

How to allow a user to upload images in an album of a page via facebook app?

i have a facebook app thats published in a tab of a commercial-page. Plus, i created an album on that page for a contest where people should be able to upload images in. People should the be able to ...
0
votes
2answers
352 views

FB.ui not working

After logging into our facebook application - after allowing access if I call - FB.ui({ method: 'permissions.request', perms: 'email', access_token: accesstoken }, function(granted) { if ...
0
votes
1answer
371 views

Facebook FB.getLoginStatus doesnt return in IE 7

General question: is FB JS API should work on IE7 perfect? Every call should return as in every other browser?
2
votes
1answer
177 views

Canvas Web Application Feed Dialog

I am currently in the process of developing a canvas application that will make use of the social plugins provided by Facebook. The application itself allows a user to create a text file from a form, ...
-1
votes
1answer
1k views

Can I use the cookie c_user set by facebook?

Can I use cookie named c_user which contains the userid of facebook users who logged in? If it can be accessed by facebook php api, please provide me link. $session = $facebook->getSession(); ...
3
votes
2answers
291 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 ...
-2
votes
1answer
87 views

About API - Especially Profile photo [closed]

I`m developing an event page that use facebook API to applicate facebook datas within profile photo. But thesedays I heard a news that facebook will change API about use profile photo. Someone says ...
0
votes
1answer
378 views

Posting on another user's wall using Feed Dialogue and Javascript API

I'm trying to allow the current user to post to another user's wall using the feed dialogue and JavaScript API. I'm using the following code but its prompting the user to post to his own wall and not ...
0
votes
3answers
103 views

javascript on href disabeld on apps?

Suddenly all my apps does not work the javascript I include in href, sample: <a href="javascript:dosomething()">click</a> this worked ok a week a go but now it does not execute anyway. ...
0
votes
2answers
938 views

FQL Query not getting a response

My javascript solution for pulling in the likes for a set of links on a certain page is no longer working. I can't find anything wrong, and I've tried using the .api() method (below) and the ...
0
votes
1answer
233 views

How to create an event on Fan pages and for Groups using the Facebook JavaScript SDK

I am able to create an event using the Facebook JavaScript SDK. Now I want to create an event as the fan page creator. How can I do this? And how do I create an event for groups? I am using the ...
0
votes
0answers
440 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/ ...