0
votes
0answers
4 views
Should I pass access token when using FB.api()?
I'm just a little confused as to how to pass my access token into FB.api() when making requests for protected things.
I'm getting my app to login and authenticate fine, but how do I use FB.api() ...
0
votes
0answers
10 views
Show hiscores within Flash?
I am creating a game in Flash using Actionscript 3 and the game is to be integrated into a Facebook app. My question is how do I go about creating and showing a hiscores table within my game?
The ...
0
votes
0answers
6 views
Facebook like button showing likes from root domain name
I've implemented a like button on this page
http://www.radfan.com/pages/radiator-calculator (should have 0 likes)
However, it is showing likes from this page
http://www.radfan.com/ (197 likes)
If ...
0
votes
0answers
6 views
Facebook Button not working as expected
I've been trying to implement the fb like button on my app.
I'm using js sdk along with xfbml.
So basically, after creating an App, I've set up the necessary markeup in my body (I'm using twig along ...
0
votes
1answer
13 views
Best Way To Find a Username From a Facebook ID
I have a facebook user's id. How do I get their username?
Specifically, I am using a FBFriendPickerController
for (id<FBGraphUser> user in self.friendPickerController.selection) {
...
2
votes
1answer
47 views
Is it possible to open an in-memory image using the python open function?
I am using a python library (poster) that takes a file-like object as an argument, the documentation states:
The file-like objects must support .read() and either .fileno() or both
.seek() and ...
0
votes
0answers
8 views
Facebook api '/me' is returning null while using php sdk
I am trying to use facebook php sdk to upload image to the user's album using :
'/me/photos' api
I tried it on heroku, and it ran perfectly over there. But now I am trying to use the same code ...
1
vote
0answers
9 views
Facebook image quote to have a link back to website
I don't know whether this is possible but i would like to post images with quotes that carry a backlink to my wp blog. I have tried the normal code:
< a href=”URL of websitepage” >< img ...
0
votes
0answers
9 views
Showing Facebook Groups's updates and posts on a ASP.net web page
I have a Facebook closed group where I have all the invited members collaborate. Is there any way I can show the Group's wall and updates on a asp.net webpage?
Is there any gadgets available which ...
-2
votes
0answers
8 views
Auto reply posts from users in a facebook page
I just want to know if this is possible.
One of my clients need to build a app that can auto reply posts in their Facebook page timeline.
1
vote
0answers
11 views
How to let user re-enter his username in facebook oauth dialog
I write a windows forms application that connects to user's profile in facebook, reads his wall and shows him updates in a widget, with the help of facebook c# sdk.
Everything works fine, except for ...
0
votes
1answer
10 views
Dynamic Facebook Like URLs with Javascript- displaying but not posting
I have multiple blocks of content on my page that users can open and explore. Within these blocks is a Like button relevant to each block. Each Like button widget has a URL that is dynamically ...
-4
votes
0answers
16 views
import facebook user's and return some news for them [closed]
Guys, does everyone, know any way I can do to make or import whoever's any User of facebook of a region to be able for e.g: to send them the news of a website?
0
votes
0answers
7 views
Facebook Graph API parser (responseText) to array
I'm newbie using Facebook graph API. My idea is to get the Facebook friends by using XMLHttpRequest() function and after that to save the data on two different arrays :
var name = new Array();
var ...
-3
votes
0answers
10 views
Can't view my university network anymore [closed]
I Can't view my university network RCSI-MUB anymore .. I tried multiple times but with no hope. I Can't even join the network since its not available on the list.
RCSI MUB provides emails to the ...
0
votes
0answers
7 views
FB LIKE button - liking only show correct thumbnail + desscription after page reload
I currently have a "standard" FB LIKE button integrated on my site.
My problem consist of the following:
NOT WORKING: When visiting a page the first time and upon clicking
the FB LIKE button, the ...
-4
votes
0answers
12 views
I can't canfirm my profile on FACEBOOK Chrome for Linux [closed]
http://i.stack.imgur.com/Arhyq.png
Please Confirm Your Identity
To confirm your identity, please log in from one of these browsers you have used before:
Chrome for Linux (May 3 at 2:37pm)
Back
Im ...
0
votes
0answers
15 views
Is there a way to change the user profile picture? [duplicate]
I am looking for a way to change the user profile picture with the Facebook SDK. I am using Xcode and I didn't find any answer in the official docs.
Any idea if this is possile?
0
votes
1answer
15 views
How to get 2 month facebook page token when I have 2 month facebook user token?
How to get 2 month facebook page token when I have 2 month facebook user token ?
That's just it.
I haven't managed to do it.
IS there a way to do it using just graph explorer ?
Thanx.
0
votes
0answers
14 views
Sharing an image on a specific Facebook page
Is it possible with Facebook iPhone sdk to share an image on a specific Facebook page. i have tried reading tutorials on Developer.facebook.com but I couldn't figure out any example or any clue nor on ...
0
votes
1answer
9 views
Wordpress Header.php, putting content between <head> tags
I assumed that in the header.php the <head> tags are where I would place my facebook open graph meta tags. But the problem is that these tags when loaded, appear in the body instead of the head. ...
0
votes
0answers
17 views
Facebook Login not working
Hi I have used facebook login in my android app. It works fine when I build and run it in my device.
Now I uploaded the app to playstore and published it for beta testing. But not the facebook login ...
0
votes
0answers
7 views
Facebook:How to get friends posts with locations using graph api?
Im looking for a way to get checkins (which due to the new braking changes have been replaced with posting with a location).
I attempted to use the search chekins method but it gives me only checkins ...
0
votes
2answers
15 views
Check if a user likes my page via website [duplicate]
How do I check if a user who is logged in to my website via the facebook php sdk has liked my page so that I can show him some secret content...
1
vote
1answer
19 views
Facebook: message posted with PHP SDK not visible to OTHER users
I an facing an issue with the Facebook SDK POST action when posting a very basic message on my page. I have tried to solve the issue by myself using Google and StackOverflow, but I didn't manage to ...
0
votes
0answers
22 views
Facebook SDK for iOS - Questions about ID's
Just now beginning to work with the Facebook SDK for iOS, and have a few questions. I can display a list of all friends, using the code found here: facebook ios sdk- get list of friends. I see that ...
0
votes
0answers
4 views
Objective C - SLComposeViewController delayed presention
I've been doing a program which takes care of posting a picture or words (or both) to both facebook and twitter. But I want to do them both at the same time, so I wrote my code like this:
//POST TO ...
0
votes
1answer
15 views
Is there a workaround for when HttpURLConnection.getResponseCode throws NullPointerException?
I'm getting a lot of errors caused by the error already explained here. Basically it happens on android 2.3 or below, when you call getResponseCode of a HttpURLConnection, what is weird is that this ...
0
votes
1answer
9 views
Rails OmniAuth NoMethodError with Facebook
I've been following this tutorial for setting up OmniAuth with facebook, however when I try to run /auth/facebook, I get an error as follows:
NoMethodError in SessionsController#create
undefined ...
0
votes
0answers
28 views
Facebook Graph API won't return email address
I'm trying to get the user e-mail address, but i don't get it.
On graph api explorer, when i hit send, email field becomes grayed and says that the
field is empty or disallowed by access token
...
0
votes
0answers
5 views
No meta description for events page
For some reason, the events on my site do not have a meta description (or at least I don't think I do...)
Desired Goal: Use the "excerpt" as the description when someone clicks on the share this ...
0
votes
0answers
14 views
Web inter-user chat like facebook or gmail style template [closed]
i am implementing a user web chat like facebook or gmail in my webpage.
I am not going to use any framework, only ajax. But i am searching for a good UI design, some design with connected user list, ...
0
votes
1answer
21 views
Facebook iOS crash
I am trying to set up facebook SDK 3.5 for iOS. I have gotten it to work just fine but it is now crashing. The crash only seems to happen when a user is logged in through the default iOS facebook ...
0
votes
0answers
17 views
Conflict between project and facebook sdk
i have added facebook sdk on my project in android studio. Everything works fine, but there is a conflict between my project sources and facebook.. the "loading" message and the close icon (X black ...
0
votes
0answers
5 views
Facebook Query Language- FB Messages
Well, I wanted to read a Facebook message convo that went on around 3 years ago. However, the messenger was taking a while to get to the beginning of my messaging with that person.
How can I use the ...
0
votes
0answers
8 views
Active Facebook access token iOS error
I'm trying to integrate Facebook with my iOS app but am running into this snag.
When I first ran this code it worked perfectly but it seems like something in the facebook cache is causing this error: ...
-3
votes
0answers
11 views
Friend who sent me a message deleted their account before I read it. How do I determine who sent me the message? [closed]
I just found a message in my inbox from last year (early 2012), sent from a friend who deleted their account. The user's name reads "Facebook User," and I have no idea which of my friends sent me this ...
0
votes
1answer
13 views
500 Internal Server Error for my facebook app link
I see that this question has been asked before but no solution has been provided.
I am getting nothing but 500 Internal Server Error since yesterday when I use following link:
...
1
vote
0answers
13 views
Unable to cancel a Servicestack Facebook authentication proccess
When accessing "/api/auth/facebook" i'm redirected to facebook ouath dialog, but when trying to cancel, i keep getting redirected to the same facebook ouath dialog.
This means i cannot cancel this ...
0
votes
1answer
3 views
Get list of Facebook applications installed and permissions?
I've looked through all the documentation in the FB Graph API and can't find exactly what I'm looking for, so it might not exist, but hoping someone has some ideas.
I'm looking to get a user ...
0
votes
0answers
3 views
Why can't I retrieve liked url by using FQL
I'm a newbie to facebook fql and not a English speaker.
Sorry if you are hard to understand my English.
I recently did "like" to this website.
...
0
votes
0answers
14 views
friends selector after @ in application textarea (tag) [closed]
I would like to ask you whether there is a facebook API script or some library for textarea in application which provides you list of your friends like in facebook wall post after writing @ mark.
0
votes
0answers
19 views
PhoneGap Build + Facebook Plugin - iOS App Crashes when posting to wall w/ PG 2.5.0 (worked w/ 2.2.0)
See below: I've been able to recreate the problem with the Simple and Hackbook examples.
My iOS app's facebook integration was working just great with PhoneGap 2.2.0. Once I updated the app to ...
0
votes
0answers
4 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 ...
-1
votes
0answers
7 views
facebook does not make me create applications and I do not see those already created [closed]
facebook does not make me create applications and I do not see those already created! it'very important for me have an facebook application for pemict at my user to login in my ip.board forum to login ...
0
votes
0answers
6 views
Fb.ui method feed not working. Loading gif appears but no error message or anything
So I've been trying to implement a Fb method feed so that people can share songs from my website. But it doesn't work.
It pops up a loading gif in the dialogue and thats it. No error nothing. I've ...
0
votes
0answers
6 views
heroku Could not generate key in Windows XP
I am trying to program my first facebook app using heroku, but I can't get started. I am following the instructions heroku provides (https://devcenter.heroku.com/articles/facebook), but I cannot ...
-1
votes
0answers
8 views
Facebook app silently deleted [closed]
Some of my apps' users contacted me today to ask me why they couldn't find my Facebook app anymore.
It appears that, without my knowledge or any message from Facebook, my app was deleted.
What makes ...
0
votes
0answers
7 views
Posting A Link To Facebook
my site contains a lot of pages that have a single YouTube video embedded into it...
I was wondering if there was a way to share my page links on Facebook so that the YouTube video shows up as a ...
-2
votes
0answers
22 views
Integrating facebook with Google App Engine [closed]
I started learning Google App Engine recently and want to integrate it with Facebook. I know how to use Facebook JS SDK. But in my application, I need to store user data from Facebook in the database. ...

