Tagged Questions
-4
votes
1answer
27 views
Facebook contact error [closed]
I have a very big problem with facebook and its related to contacting as I can't contact facebook on any possible way.
I tried with various accounts and sections ( help center, feedback, sales team ...
0
votes
0answers
3 views
Friend Photo graph api request returns empty result
When showing a list of a friends photos using the graph api
/<user_id>/photos
for some users I get an empty result.
{"data":[]}
I have two assumptions why this might be the case:
1) a ...
1
vote
1answer
16 views
Facebook looping through returned JSON Open Graph request
Im currently requesting the Open Graph url through JSON like so:
https://graph.facebook.com/me/friends?fields=email,likes,name,birthday,location,website&access_token=$token
My JSON request is ...
0
votes
0answers
27 views
facebook apprequests dialog error “An error occurred. Please try again later.” in chrome browser
i am trying to invite friends for my Facebook app...Facebook invite API working fine in Mozilla browser but in chrome m getting error as “An error occurred. Please try again later.”
Kindly help me ...
0
votes
0answers
43 views
how to post to page wall as admin user not as page
I know how to post to page wall/comment/like by graph api.As a post sample i use in this way -
FB.login(function(response) {
if (response.status=='connected') {
if ...
0
votes
0answers
38 views
FB.api - auto post Action Types - Object reference error
I have looked at previous questions answered on this topic, however I cannot seem to find one that will work with my solution.
Im looking to create a facebook app that allows auto posts to the users ...
-1
votes
1answer
35 views
how to use Facebook share button in my web page to share or post something to facebook page?
i am added a facebook share button to my website it is sharing or posting things to profile timelines but it is not sharing or posting anything to my page(like fans page in facebook).Is there anyway ...
0
votes
1answer
43 views
Display custom message when asking for facebook permissions
Is there any way to display a custom message when asking for permissions with facebook js sdk? For example if I ask for email permissions, I would like to add a message "Your email is needed in order ...
0
votes
0answers
35 views
Photo upload with javascript
I want to upload photo via Facebook graph API in Javascript. I have php file in which i have all the necessary stuffs which uploads photo to users wall and album too. What i really need is that i want ...
0
votes
0answers
67 views
getting feed posts with comments not works when july 2013 migration enabled
i was getting feed posts with https://graph.facebook.com/group_id/feed call and comments for each post of the feed using fql query in successive calls using user access token generated by my facebook ...
0
votes
0answers
25 views
Facebook share from within an Iframe which directs to a Parent page
We have parent page with an Iframe in it.
We want people to use a Facebook share button (using Addthis.com) within the iframe, and that the share will:
Get the parent page URL, and link the share to ...
0
votes
1answer
26 views
Calling the Facebook API from CasperJS?
I'm trying to call the facebook API using casperJS, using a url like so:
...
1
vote
0answers
36 views
Getting Generic Access Token, Invalid callback
I am trying to get a generic facebook access token. All the tutorials I read recommend using the call below.
https://graph.facebook.com/oauth/access_token?
client_id=YOUR_APP_ID&
...
0
votes
0answers
31 views
How to extend Facebook access token?
My problem is very simple, but because of bad documentation from facebook developer I cannot understand how I can solve this problem.
I have a website that request the albums from a Facebook Page. ...
0
votes
0answers
40 views
Facebook gives error on opening profile using user id
Why "http://facebook.com/profile.php?id=10000373602----"
bring "Sorry, this page isn't available The link you followed may be broken, or the page may have been removed."
This user has properly ...
2
votes
0answers
45 views
Facebook's api- wall updates(photo) with hover state
I'm not sure if this is the best place to ask this question but how does pict.com post a photo that has an hover effect on the user's facebook feed? I've been researching for 2 days now, i know ...
0
votes
1answer
271 views
getting all post comments under limit using facebook fql query
I have been trying to use Fql query to show all comments for a post.at first i show 2 posts then when 'show more comments' clicked i show next 50 comments,this way it continues.when 'show more ...
0
votes
0answers
107 views
how to post to page wall by facebook javascript sdk without application
I know well how to post to a page wall by FB JavaScript SDK. I first initialize SDK with an application ID and use FB.api() call to post to page wall, but when I see that post in Facebook page wall I ...
0
votes
1answer
44 views
How do I get the ID value from facebook JSON?
basically, I have input where you type the facebook user ID and and then the script fetches its value to get the link to facebook graph like:
var faceuserID = document.getElementById('userID').value;
...
-1
votes
1answer
19 views
Blank Screen on Wall Post from IPhone WebApp
I have a iPhone webApp that posts content to a users wall. It works fine from a web-browser Chrome, Safari etc but on the iPhone in WebApp mode the callback is not fired.
I guess I'm missing a ...
0
votes
0answers
28 views
Create Event not working
I'm implementing the facebook javascript api into my website. I'm doing some examples and all of them worked so far, except the code to create an Event on the user profile. My code, with the working ...
2
votes
1answer
181 views
Upload Base64 Image Facebook Graph API
Im trying to upload a base64 image to a FaceBook page using Node.js. I have managed to get the upload working with all the multipart data etc should I read the file from the filesystem (ie. using ...
1
vote
0answers
17 views
How to retrieve extended Facebook information from list members
My first actual question for your perusal. I am attempting to modify a javascript code snippet. This code deals with returning members of the users friends lists. We are loading the fbjssdk and ...
0
votes
0answers
28 views
fb.api; post from non-app developer's acoount
I have created a simple app which used FB Javascript SDK which posts on FB the things which are given in my webpage's textareas.
I am using fb.api for this and the problem is that it works only with ...
0
votes
0answers
16 views
Facebook app display all comments from all not just friends
Hi I've just built a facebook app which appeared to be working correctly.
The app allows users to submit messages of support and then displays once the user has granted permission.
The app looked to ...
-1
votes
0answers
51 views
Get page/profile/group feed posts along with all comments using FQL [closed]
Because of the problem of getting comments per post i specified here - link
I want to use Fql query of facebook to get ALL FIELDS for page/group/profile feed posts as Graph api does.Also i need all ...
0
votes
1answer
54 views
Trying to debug javascript
I'm having trouble getting all three of the facebook api post commands to execute. I can get the user info, post a note, but the the script skips the third one. I'm trying to debug this code to figure ...
0
votes
0answers
20 views
How do I use OpenGraphAPI to list a user's likes
I want to check who my logged in user is following via the pages that they 'Like'. For example, I 'liked' Jamie Oliver last week and now get his posts in my feed. I want to find out which ...
0
votes
1answer
68 views
How to authenticate Facebook app to access public pages feed with javascript API?
I'm trying to access a public facebook page's posts with the Facebook API but I cant seem to authenticate even with all the right credentials. FB.api returns:
...
-1
votes
1answer
65 views
Facebook PHP SDK 500 - Internal server error [closed]
These codes works in pop-up for Log-in facebook window.
When I enter the correct user name and password I can get public facebook info (ID,first_name .....) But the pop-up page doesn't close and it ...
2
votes
4answers
442 views
Facebook Graph API Call no longer works (because of Facebook Cookies)
I have been using the facebook grap to pull photo albums from public "pages" and display the photos, but today it stopped working (and not just on my PC, it has been verified by others)
I've been ...
0
votes
1answer
62 views
Facebook graphApi oAuth - how to get access token?
Welcome!
I try to get wall posts from a certain user using JavaScript Faceboook SDK. While im trying to do so in graph Api Explorer, it works fine. While I try to do it on my website, I have an ...
0
votes
0answers
10 views
Send Dialog Error
Here is a scenario.
User login using FB's login API. We have used friends API to list down their friends with the invite button next to each name. Clicking on Invite button will open a send dialog ...
1
vote
1answer
62 views
How to detect onclick of facebook close button that appears when you click like button
In the XFBML version of the like button when you click the like button, a comments box appears where you can post a comment along with the like story. It's a dialog with "Post to facebook" and "close" ...
0
votes
2answers
41 views
Facebook div empty
html:
<div id="fb-root"></div>
js:
$(document).ready(function(){
window.fbAsyncInit = function() {
FB.init();
FB.getLoginStatus(function(response){
...
0
votes
1answer
39 views
facebook group add to site
js:
$(document).ready(function(){
window.fbAsyncInit = function() {
FB.init();
FB.getLoginStatus(function(response){
runFbInitCriticalCode();
...
0
votes
0answers
24 views
Retrieve posts made on users wall\timeline by his friends
I'm working on an extension and that needs to retrieve all posts made on a user's timeline\wall on a specific date by his\hers friends.
I've tried using this FQL i found here (changed the PAGEID with ...
0
votes
0answers
83 views
Upload HTML5 canvas image to Facebook through javascript api
Presently, I am able to upload an image to Facebook through it's javascript api but I need to save the image on my server which is taking time.
I want to upload the canvas image directly to Facebook ...
1
vote
2answers
131 views
Facebook: Posting multiple links using graph API (javascipt sdk)
My requirement is in such a way that when the user clicks on the button, content similar as below has to be posted on the user's wall from our site.
Sample Sharing Content
I like the following ...
0
votes
2answers
118 views
facebook connect with javascript sdk is not working in IE?
I have developed a facebook connect app for my website with javascript sdk. It works fine with all browser except IE.
In IE it sometimes don't call the test API function a user clicked on the Login ...
0
votes
0answers
105 views
Tumblr infinite scroll with facebook likes on posts do not work
I am having difficulty adding a facebook like button to a tumblr theme. It has a set of posts all loaded with infinite scroll. The user should have the ability to like each post individually.
In my ...
0
votes
0answers
31 views
watch and rate action for video object Open Graph
I want to create a video object with 2 actions: watch and rate.
The API code should look like:
FB.api(
'/me/video.rates',
'post',
{
'movie': data_post_link+'?ex=257957417674441',
'rating:value': ...
2
votes
1answer
44 views
Open Graph Layout
How can I create a Facebook Open Graph Story with this layout?
In developers I don`t see this layout attachament ...
0
votes
0answers
32 views
FB.ui method pagetab using display as iframe stopped work?
Well i was using this dialog pagetab with display:'iframe' but it stopped working today ... i changed the display to 'popup' and it back to work but i would like to know the reason. maybe facebook ...
-1
votes
2answers
166 views
How to reshare a Facebook Post
i want to reshare a facebook post by letting my visitors go to some url and press share.
I looked into sharer.php and https://www.facebook.com/dialog/feed but both seem to only give me ways to let a ...
1
vote
1answer
41 views
How to authorize facebook app with javascript
I created this simple code:
FB.getLoginStatus(function(response) {
if (response.status === 'connected') {
alert('connected');// connected
} else if (response.status === ...
0
votes
2answers
98 views
javascript facebook check if user is fan of a page
This is my code:
<div id="fb-root"></div>
<script>
window.fbAsyncInit = function() {
// init the FB JS SDK
FB.init({
appId : '', // ...
0
votes
0answers
108 views
Facebook sharing get image using PHP & js
window.open('http://www.facebook.com/sharer.php?u=' + encodeURIComponent('http://' + window.location.hostname + '/share.php?random=' + $.now() + '&url=' + encodeURIComponent('http://' + ...
1
vote
0answers
105 views
Can't resolve the second promise on Facebook JS with Angular
I'm developing an application with Facebook JS and AngularJS. First of all I login and then get the Friends and show them in a list. Everything is working fine with this code:
var friendsController = ...
0
votes
0answers
51 views
Facebook API - invalid link for subdomain but not domain
OK I have relaunched this question because I've made some more discoveries.
Here is the deal:
Facebook debugger notes a Bad HTTP request on the following link:
...


