126
votes
9answers
60k views
How does Facebook Sharer select Images?
When using Facebook Sharer, Facebook will offer the user the option of using 1 of a few images pulled from the source as a preview for their link. How are these images selected, and how can I ensure ...
61
votes
6answers
70k views
How to check if a user likes my Facebook Page or URL using Facebook's API
I think I'm going crazy. I can't get it to work.
I simply want to check if a user has liked my page with javascript in an iFrame app.
FB.api({
method: "pages.isFan",
page_id: ...
160
votes
23answers
64k views
Android Facebook style slide
The new Facebook application and its navigation is so cool. I was just trying to see how it can be emulated in my application.
Anyone has a clue how it can be achieved?
On clicking the the top ...
20
votes
1answer
9k views
Creating and managing a Facebook app from a Business Account
Can I create or manage a Facebook app via a 'business' account?
When I try to access https://developers.facebook.com/apps when logged in as a business account it redirects me back to my homepage and ...
52
votes
6answers
60k views
Facebook API error 191
I'm trying to integrate my project with Facebook. I'm taking babysteps at first and just trying to login, get a Facebook session and get some user data. I'm developing it locally so my Facebook ...
40
votes
3answers
64k views
Upload Photo To Album with Facebook's Graph API
I'm trying to familiarize myself with Facebook's new Graph API and so far I can fetch and write some data pretty easily.
Something I'm struggling to find decent documentation on is uploading images ...
66
votes
17answers
32k views
App is misconfigured for Facebook login : Android Facebook integration issue
I have integrated my application with Facebook,for these I am using Facebook's Graph API.I am retrieving profile & friends information.It is working fine on my device which has Android version 2.3 ...
11
votes
4answers
15k views
Querying Users who 'like' my Facebook Page
I was wondering if it was possible to query the following:
List of (all) users who like my facebook page, and
Additional information those users have made publicly available (beyond first and last ...
49
votes
7answers
28k views
How to extend access token validity since offline_access deprecation
Since the offline_access Permission is deprecated in Facebook's Authentication flow, we have problem geting the so called long lived access tokens without that permission.
In Facebook's document ...
115
votes
9answers
44k views
How to identify if a webpage is being loaded inside an iframe or directly into the browser window?
I am writing an iframe based facebook app. Now I want to use the same html page to render the normal website as well as the canvas page within facebook. I want to know if I can determine whether the ...
42
votes
8answers
62k views
Send private messages to friends
I need to get via Facebook connect user's info and send a private message to all of his friends. Is it possible?
42
votes
4answers
57k views
Android/Java — Post simple text to Facebook wall?
I'm trying to integrate posting to one's wall from within my app. I already have an area where the user can save his/her username and password (encrypted). I would like my program to recall the saved ...
51
votes
7answers
42k views
Running Facebook application on localhost
I am planning to connect to Facebook chat from my localhost. I will need to get the session key from Facebook. When I give the site URL as localhost:8080 or ip-address:8080, it does not work. I read ...
43
votes
4answers
37k views
'Like' a page using Facebook Graph API
Using the Graph API I'd like to be able to have an authorized user "like" a page.
I tried posting the following
https://graph.facebook.com/${PAGE_ID}/likes?access_token=${ACCESS_TOKEN}
And I get ...
36
votes
6answers
38k views
Share Text on Facebook from Android App via ACTION_SEND
I have an Android app and it supports sending text via other apps. It therefore uses the ACTION_SEND intent and the EXTRA_TEXT field. The chooser presents me with all apps that can handle such an ...
48
votes
14answers
31k views
Safari 3rd party cookie iframe trick no longer working?
So this is the umteenth revenge of the "how do I get 3rd party cookies to work in Safari" question but I'm asking again because I think the playing field has changed, perhaps after February 2012. One ...
13
votes
2answers
2k views
How can I move a URL via 301 redirect and retain the page's Facebook likes and Open Graph information?
I understand the og:url meta tag is the canonical url for the resource in the open graph.
What strategies can I use if I wish to support 301 redirecting of the resource, while preserving its place in ...
1
vote
2answers
340 views
Current Month Facebook Friends Birthdays in Android
I am writing an app in which i am fetching list of Facebook Friends using Hackbook Sample Code but now i want to fetch list of Facebook Friends those birthdays in Current Month, to get list of all ...
5
votes
2answers
4k views
Is uploading videos from an SD Card to Facebook possible with the Facebook SDK?
Can we upload videos from an Android device's SD Card to a Facebook account via the Facebook SDK?
If so, what are some simple examples?
7
votes
1answer
5k views
Seamless way to check if user likes page
So, I am using an iFrame on my tab and I am doing one of those "like roadblocks" where the user needs to like the page in order to view the secret content. Is there a better and more seamless way of ...
43
votes
9answers
55k views
Facebook Connect and ASP.NET
I'm at step 8 of the authentication overview found here: http://wiki.developers.facebook.com/index.php/How_Connect_Authentication_Works
In particular, the user has logged into facebook via Facebook ...
133
votes
10answers
23k views
Facebook Callback appends '#_=_' to Return URL
Facebook callback has started appending #_=_ hash underscore to the Return URL
Does anyone know why? What is the solution?
55
votes
7answers
48k views
Facebook offline access step-by-step
UPDATE: Facebook offline_access permission is being deprecated. Please refer to the official documentation for more information.
You'll have till May 1, 2012, at which date this setting will be
...
6
votes
5answers
27k views
Android - Upload photo to Facebook with Facebook Android SDK
Hi
i'm new to android i'm searching for load photo to facebook by authorization,getting access_token how to do this please give me a sample code in java.its urgent please help me.
Thanks,
Sanjana
22
votes
6answers
67k views
Facebook Graph API, how to get users email?
I'm using the Graph API, but I can't figure out how to get a logged-in users email address.
The intro to Graph states "The Graph API can provide access to all of the basic account registration data ...
95
votes
4answers
12k views
Design for Facebook authentication in an iOS app that also accesses a secured web service
Goal:
Allow a user to authentication with Facebook into an iOS application which requires access to a protected web service that I'm running.
Assumptions:
There is a native authentication (and ...
35
votes
6answers
47k views
Facebook how to check if user has liked page and show content?
I am trying to create a Facebook iFrame app. The app should first show an image and if the user likes the page, he will get access to some content.
I use RoR, therefore I can't use the Facebook PhP ...
41
votes
12answers
65k views
Facebook Oauth Logout
I have an application that integrates with Facebook using Oauth 2.
I can authorize with FB and query their REST and Graph APIs perfectly well, but when I authorize an active browser session is ...
15
votes
5answers
19k views
Android post picture to Facebook wall
I am trying to post a picture to my wall on Facebook. I have managed logging in and posting text to the wall. However, when I try posting the picture, nothing happens.
I am using the Android Facebook ...
32
votes
2answers
7k views
What does it mean to start a PHP function with an ampersand?
I'm using the Facebook library with this code in it:
class FacebookRestClient {
...
public function &users_hasAppPermission($ext_perm, $uid=null) {
return ...
10
votes
5answers
18k views
Facebook Graph Api - Posting to Fan Page as an Admin
I've setup a script which allows users to post messages to a fan page on Facebook. It all works but there's one small issue.
The Problem:
When the post is added to the page feed it displays the ...
20
votes
4answers
61k views
facebook Uncaught OAuthException: An active access token must be used to query information about the current user
I've been struggling to find out what is happening with this.
My scripts were working fine for a bit and suddenly half stopped.
I'm accessing the api and am getting back an access token. With the ...
98
votes
11answers
87k views
Do Facebook Oauth 2.0 Access Tokens Expire?
I am playing around with the Oauth 2.0 authorization in Facebook and was wondering if the access tokens Facebook passes out ever expire. If so, is there a way to request a long-life access token?
55
votes
17answers
25k views
OmniAuth & Facebook: certificate verify failed
I've followed Railscast #235 to try and set up a minimal Facebook authentication.
I've first set up a Twitter authentication, as done by Ryan himself. That worked flawlessly.
I then moved on to ...
64
votes
11answers
39k views
Facebook Like Button - how to disable Comment pop up?
I'd like to disable the Comment box that pops up when a user clicks the Facebook (fbml) Like button I've placed on my site. Is this possible to do? I can't find any details in the documentation.
33
votes
10answers
46k views
how send message facebook friend through graph api using Accessstoken
Can anyone help me to send message to facebook friends using graph api.
I tried
$response = $facebook->call_api("/me/feed", "post", "to=john","message=You have a Test message");
It's not ...
18
votes
6answers
16k views
Retrieve Facebook Fan Names
I'm trying to grab the names of fans of a Facebook fan page that I administer. I've done some snooping around, and apparently, the FB API doesn't support that, but Facebook actually uses AJAX/JSON to ...
7
votes
4answers
7k views
Liking a page on behalf of a user?
I'm trying to get a user to 'Like' a page via the SDK. User is signed in and I get a valid access tokken form the cookie. My APP has asked for permissions read_stream and publish_stream. I can ...
7
votes
2answers
1k views
upload video to facebook in android
Problem:
My video isn't being uploaded to Facebook.
Question:
How can I upload a video to Facebook?
Note:
I can upload a picture from my gallery.
There are no Exceptions being thrown. I think ...
21
votes
6answers
10k views
Facebook SDK 3.1 - Error validating access token
I'm trying to transition my app to the new Facebook SDK 3.1 (with support for iOS6 authentication).
I had it working just fine, so I then decided to remove the app from my list of authorized apps on ...
17
votes
1answer
9k views
What are all the custom URL schemes supported by the Facebook iPhone app?
I am trying to see what information is available about the Facebook app on the iPhone
So far I have found a couple sites containing limited information. And I was able to figure out the Facebook ...
9
votes
6answers
9k views
create a file using javascript in chrome on client side
I would like to know if I can create a text file and save the file in the users "Downloads" section in his/her computer using javascript. The way my feature should work is when the user clicks the ...
8
votes
5answers
10k views
iPhone Facebook Video Upload
I've been working on this for a couple of days now and just can't seem to find a straight answer or example anywhere. I am trying to upload a video to facebook from within my iPhone App. I can connect ...
7
votes
1answer
16k views
Publishing To User's Wall Without Being Online/Logged-in - Facebook Sharing Using Graph API
Hi i'm new to facebook sharing. I want to make a user log in using his uid and then store these for further uses
The primary purpose is to share links in the user's wall
next time onwards without ...
13
votes
4answers
6k views
Posting Photo to facebook fan page via iOS app by regular non-admin users
I am trying to post a photo to my apps facebook fan page and to the users wall also.
I have been successful to post the photo on the users wall, but failed to post it in the fan pages wall. (The user ...
3
votes
2answers
6k views
How to check IF user has ALREADY liked the facebook page?
I have a like button on my website (which is for users to like the fb fan page).
If the user clicks like, I check to see if the even has been fired (event subscribe), and then display some content to ...
37
votes
4answers
9k views
Turn omniauth facebook login into a popup
I'm using the omniauth gem with rails and it works great with loging in users, but everytime it takes you to the fb login page then redirects you back. I was wondering if there is a way to do what ...
55
votes
9answers
34k views
Facebook 'Friends.getAppUsers' using Graph API
I have an application that uses the old REST API call Friends.getAppUsers to get the list of friends for the current user that have authorized my application.
I have read the documentation, how do I ...
34
votes
3answers
16k views
How to make Facebook's app new menu on Android? [duplicate]
Possible Duplicate:
Android facebook style slide
Recently Facebook released a new version of its Android application that features an improved navigation. One main new feature is the new ...
21
votes
7answers
28k views
Facebook Graph API - upload photo using JavaScript
Is it possible to upload a file using the Facebook Graph API using javascript, I feel like I'm close. I'm using the following JavaScript
var params = {};
params['message'] = 'PicRolled';
...