2
votes
0answers
71 views

Video can not play in facebook share by flowplayer

I would like to share video on facebook from my android phonegap applicatoion. It can share video with picture in facebook. But can not play the video. I integrate flowplayer. I upload ...
2
votes
0answers
103 views

HttpWebrequests facebook login and request app token

I'm trying to login on facebook and retrive a token by using this link: ...
2
votes
0answers
44 views

Facebook API Multiple Search Type

Hi and Thanks in advance, I am currently working with the Facebook API and i want to incorporate the search feature in my system, but the only problem is that i would like to make a search with one ...
2
votes
0answers
75 views

Facebook drop iOS SDK 2 support in June 2013

Facebook announced it will stop support for SDK 2 in June 2013. Can somebody confirm that facebook connect using sdk 2 for iOS will still work after that date? I will not be able to update my ios app ...
2
votes
0answers
44 views

parsing signed_request in facebook

I am trying to parse the facebook signed_request in 32 bit operating system. The java code for parsing signed_request in 64 bit operating system works fine. When I am using the modified code in ...
2
votes
0answers
68 views

Facebook Android SDK ProfilePictureView caching

I am using ProfilePictureView class to display profile pictures. It takes a bit of time to request these images and display them. In a ListView with multiple profile pictures, then it will clearly ...
2
votes
0answers
144 views

Facebook Graph API rate limit for search queries

I'm working on a project to process a list of email addresses (around 4M entries), and determine whether they have an associated facebook account or not. I'm using graph API search query to detect ...
2
votes
0answers
204 views

Could not fulfill request (error code 7) via openActiveSessionWithReadPermissions with Facebook test users

Background Recently upgraded to Facebook SDK 3.2 Tested on both device and simulator (iOS 5.1 through 6.1) Error is only present when attempting to authenticate Facebook test users. Error The ...
2
votes
0answers
59 views

unliking gives me facebook error via graph api

I am using graph api. Two facebook accounts who are friends. First guy posts( id of post be : postid1) and is visible to second guy. Secondy guy likes(suceeds). Now when second guy tries to unlike ...
2
votes
0answers
143 views

Facebook integration with Xamarin.Social

I'm currently evaluating different alternatives to integrate my iOS app with Facebook. Since I'll be porting the app to Android later, Xamarin.Social seems like an interesting alternative. However, ...
2
votes
0answers
49 views

Facebook not using my Open Graph meta data

I have added a Facebook share button to a web page, which works fine, but it does not use the correct data to share (mainly the image, picking a much to small one). I have added the following to the ...
2
votes
0answers
53 views

Facebook app request data loss, when app not installed and redirect to google market

Facebook app request data loss, when app not installed and redirect to google market. If app already installed then, request notification open the app and no data loss. How to and where, we can save ...
2
votes
0answers
61 views

Inviting friends to a Facebook event works, but returns an error

Using the graph api explorer I create an event 100004981634237/events?name=testEventz&start_time=2013-06-27T00:00:11-0700 then I invite some friends to the event: ...
2
votes
0answers
91 views

Uncaught CURLEXCEPTION in facebook login - php sdk

Sometimes, especially, when I am not logged in Facebook, an error shows in my login page with the code pasted from the php-sdk. You can see the output at http://jnfp.tk/login.php. When I refresh the ...
2
votes
0answers
136 views

iPhone doesn't display 'via App Name' for photos uploaded

We are using the Facebook iOS SDK to upload photos from our iPhone application, here are the details: App is approved in the App Center, including namespace, app id, deep linking, etc... App is ...
2
votes
0answers
98 views

How to retrieve all post comments/likes via Facebook OpenGraph

I am trying to retrieve comments and likes for specific posts through Facebook's opengraph API. While I do get some information back, it does not always match the comments/likes count mentioned in the ...
2
votes
0answers
363 views

Permissions not updated after requestNewPublishPermissions

I am trying to make my app like a facebook page. In order to do so, I request the publish_actions permission calling: [[FBSession activeSession] requestNewPublishPermissions:@[@"publish_actions"] ...
2
votes
0answers
149 views

How to Post an Image on Facebook Friend's Wall using Android

I have developed an App in which i am allowing user to post an Image on Friends wall, here i have given only single Static Image, by using below code. params.putString("picture", ...
2
votes
0answers
96 views

Get “Cannot Post To Facebook” with iOS SDK when using test account

When attempting to post using a Facebook generated test account from the app using the iOS 6 ,UIActivityViewController or SLComposeViewController I get the error popup message "Cannot Post To Facebook ...
2
votes
0answers
310 views

presentRequestsDialogModallyWithSession does not work, but gives good result

When I use the webdialog for a friendrequest, everything is going fine, except no request or anything is made. The code: NSMutableDictionary *params = [NSMutableDictionary ...
2
votes
0answers
120 views

How to post message on facebook wall which have two hyperlink and it must support single sign in

I am using this code: private void publishPhoto(String imageURL) { Log.d("FACEBOOK", "Post to Facebook!"); try { JSONObject attachment = new JSONObject(); ...
2
votes
0answers
47 views

change UITableViewCell of a FBFriendPickerViewController

How is it possible to adjust an UITableViewCell of the tableview of a FBFriendPickerViewController with the Facebook SDK v3.2 for iOS?
2
votes
0answers
29 views

'Stories' menu option under Open Graph is missing in my facebook app

I want to create custom stories on my facebook app and I was going through this below tutorial. https://developers.facebook.com/docs/opengraph/creating-custom-stories/ But there was not such as ...
2
votes
0answers
196 views

Facebook Graph API: get comments by given user

In Facebook Graph API, can we get list of comments made by given user. I haven't found any direct way to get lists of comments. So, I tried to find them through my feed, but it's returning all feed ...
2
votes
0answers
120 views

Unique Like Buttons in Fancybox Gallery

I have googled hither and thither but have yet to find a clear answer about this issue. This question helped me the most, but I am still having trouble getting Like buttons to post an image to a ...
2
votes
0answers
148 views

Native iOS Facebook App shows empty canvas when called from FBLoginView

Environment: iOS 6.1.2 Facebook SDK 3.2 Facebook App Version 5.5 (current as of this post) OS level (native) Facebook connection not configured Problem: We are using FBLoginView to allow the user ...
2
votes
0answers
78 views

FQL multiquery with event CREATOR does not work anymore

I got several iOS apps that make an FQL multiquery to get infos about events by a certain creator. query1: "SELECT eid, uid FROM event_member WHERE uid = %@" query2: "SELECT eid, name, venue, ...
2
votes
0answers
149 views

Facebook iOS SDK 3.2 Reopen Session Always Fails

Basically I went through this page and implement my Facebook login. https://developers.facebook.com/docs/howtos/login-with-facebook-using-ios-sdk/ Next I tried to reopen the session when user opens ...
2
votes
0answers
173 views

FB.login url serves a blank page when there is no facebook cookie set on mobile browsers

Something starange is happening when trying to login to facebook with the javascript SDK on mobile Safari and Android browser. When I clear both my 'history' and my 'cookies and data' and try to login ...
2
votes
0answers
271 views

FB.getLoginStatus suddenly stopped working on android browser

I used to use this code: FB.getLoginStatus(function(response) { .... } But all of a sudden its not working, The callback doesn't fire. Oddly though, only with the android native browser (tested ...
2
votes
0answers
1k views

Facebook API - screen struck on security warning : Please treat the URL above as you

While log in through Facebook using Graph API displays an error and then displays a success message with security warning : Please treat the URL above as you would your password and do not share it ...
2
votes
0answers
91 views

logout Facebook and clear session in corona

I have an app which is written by lua using corona SDK. I need to logout a Facebook user and clear sessions in the device. But after I logout the user by using corona API the session or cookie keeps ...
2
votes
0answers
683 views

Provided og:image is not big enough in Facebook linter

I properly set og:image on my website, the facebook linter sees it (facebook debugger) however, it says the image should be at least 200x200, which it is not the case, my image is 250x250 image. What ...
2
votes
0answers
85 views

How to post multiple pictures with an open graph request to facebook?

Code that posts one image: -(IBAction)postImageToFacebook:(id)sender { DLog(@""); NSMutableDictionary* params = [[NSMutableDictionary alloc] init]; [params ...
2
votes
0answers
847 views

FB debugger finds my og:image not big enough and force assigned one instead but all my files are big

I am using joomla. when testing in FB debugger the page : http://tommigotphotography.com/en/galleries/wildlife it finds all the images correctly but gives me a warning that my og:image provided is ...
2
votes
0answers
377 views

in heroku login ssh public key cannot be generated for facebook apps

I downloaded the Heroku Toolbelt, then i ran the cmd and ran the command Heroku login. I entered my credentials after that as per ...
2
votes
0answers
103 views

Facebook login fails with code 190 - “The access token was invalidated on the device”

I've read all other related questions here, and found no answer. I have been able to reproduce a scenario in which Facebook login fails with code 190, and a message of "The access token was ...
2
votes
0answers
133 views

FB.ui() gives errors unless display: 'popup' is specified

I'm having a really frustrating problem with displaying dialogs using FB.ui() within my Facebook app. Basically I have the following function that I use to invoke the dialog window: function ...
2
votes
0answers
474 views

How to create a custom Login Button for facebook login in Android app?

I have already implemented fb login using Facebook's custom Login Button(com.facebook.widget.LoginButton). Now i want to open Facebook login dialog on a custom button click. Is it possible to do so? ...
2
votes
0answers
63 views

facebook open graph check-in

I have Open Graph feature in my app. I have to maintain the total check-ins in my Facebook account. And have to show the all checked-in places in one map. Foursquare app used this in their app. But i ...
2
votes
0answers
143 views

How to upload large video on facebook in android

i want to upload video on facebook through my app, i am able to upload small video 5 MB. But i am unable to upload large video. CODE: byte[] data = null; InputStream is; ...
2
votes
0answers
199 views

Hyperlinks sent tp @Facebook.com accounts changed to broken fbsbx.com redirect links

Almost any hyperlink in an email sent to an @Facebook.com address is broken with a fbsbx.com redirect link. If you change the fbsbx.com in that link to Facebook.com, then the link works, so it's ...
2
votes
0answers
25 views

querying for alumni of a particular school using graph api

i am querying for the list of facebook users who are an alumni of a particular school (ex sgsits) in the following way- https://graph.facebook.com/search?q=sgsits ...
2
votes
0answers
157 views

Posting images to Facebook/Twitter via Sharekit for Phonegap?

is it possible to share images from camera/gallery to Facebook/Twitter in a Phonegap app with the ShareKit plugin? Is it possible to do it with any other plugin? I see that Facebook Connect does not ...
2
votes
0answers
111 views

Trouble retrieving app_data from signed_request in JavaScript

I'm trying to get the contents of app_data in JavaScript, and haven't been able to get it working. I am able to retrieve and decode the signed_request as follows (the 'response' variable is passed ...
2
votes
0answers
78 views

Set different facebook oauth scope per user with devise

I have a rails app with two separate types of users (call them A and B). Right now they can both sign in with facebook. However, I need B to be able to oauth with some extended permissions, and I DO ...
2
votes
0answers
93 views

Error: OAuthException code 1 during test user creation

Since 1 week max, i got this error when i try to create a test user. ...
2
votes
0answers
75 views

Only new pages return 404 when trying to scrape - old pages scrape just fine

I am getting a 404 error when trying to have Facebook scrape my new url's. I have pages that are a couple days old that for some reason keep returning this 404 bad request code. Older pages from more ...
2
votes
0answers
73 views

C# MVC Facebook application does not work in iPad Facebook application

I've written a Facebook application using Microsoft's ASP.NET MVC template. Works great from the browser on IE, Android's browser and will even work in Safari. Inside the Android Facebook application ...
2
votes
0answers
106 views

fancyBox gallery Like not posting on facebook

I have a site with a fancyBox gallery. I have added the Facebook like button to the gallery so I have a like for each image in the gallery. Problem is, that when clicking like on one of them, it ...

15 30 50 per page
1 2 3 4 5 441