0
votes
0answers
2 views

FbGraph OAuthException Invalid OAuth access token

I am using FbGraph in my Ruby on Rails app along with Omniauth. I am using the server-side method to get the long-term (60 day) access token for the user and then storing it in a session variable. ...
0
votes
0answers
3 views

Why my fb social plugin shows only friends of mine?

i know that is a question of privacy of facebook's terms. but my questio is, why MY social plugin shows only friends and some others shows all users? Here is an example, on the bottom of the page, ...
-5
votes
0answers
9 views

Why my apps were blocked

first - sorry for my english. I want to know why my aplicatios - Profesorki.pl , Fajniutko.pl and Gumior.pl were blocked. I think it's mistakw and I want get them back. Without this aplications my ...
0
votes
0answers
3 views

Open Graph story privacy

Is it possible to change the privacy setting of an existing OG story? (this isn't mentioned in the docs - Privacy Parameter
0
votes
0answers
3 views

Facebook shows short url's destination instead of short url itself

Sometimes when there are frequent posts of the same url, facebook 'aggregates' them into one link, the sepcial things about this link is that facebook crawls though short urls e.g.: ...
0
votes
0answers
4 views

Change location information in Facebook search result?

Most of the time, if we enter a random name in Facebook search bar, we'll see a list of suggested people with their locations (city+country). Is it possible to delete this location, or change it to ...
0
votes
0answers
4 views

Facebook Graph API login window size

Using the facebook Actionscript Graph API to upload videos to a users page. I need to somehow increase the size of the default modal login window. Does anyone know if this is possible?
0
votes
1answer
12 views

Seriously, do Facebook thumbnails actually work?

I see a TON of questions on here and around the web in general about how to set these Facebook thumbnails. Most answers involve the og: meta tags, but I'm just not convinced this works. To be fair, it ...
0
votes
0answers
9 views

How to use adobe gaming sdk native extension to access facebook api

I am looking around for different ane options and found one from adobe. Reading the documentation from http://www.adobe.com/devnet-docs/gamingsdk/anedocs/ I am not able to find an answer. How would I ...
0
votes
0answers
12 views

How to implement a safe Facebook login/register/connect web service for a mobile application?

I have a web REST API for a mobile application which supports classic signup/signin with user/password and token authentication. Since the signup is without email confirmation how could I implement a ...
0
votes
0answers
11 views

Facebook SDK Freeze My Server

I'm first time fb sdk user, I am creating my first app the idea is to iterate with for loop throught and array of 5 groups in users groups list, in this list I get the gid and later check the ...
-1
votes
0answers
14 views

Easy Facebook Android SDK Error

I'm facing a problem trying to run the demo from "Easy Facebook Android SDK" from this link: http://www.codeproject.com/Articles/462526/Easy-Facebook-Android-SDK-Simple-Tutorial I downloaded the ...
0
votes
0answers
1 views

How to clear old app namespace

At some point in the past we created a contest app using a 3rd party tool using the namespace looxcie but it has long since abandoned (can't even find where it is) and when you go to ...
0
votes
0answers
5 views

rails facebook registration ominAuth conflict with devise using confimable

Have a big problem i use devise for login users and :confirmable for send confirm email but i also use facebook login with ominAuth-facebook so when use :confirmable facebook registration not work!! ...
-2
votes
0answers
8 views

Facebook Fan Page Likes

A fan page that I created is showing over 24,000 friends of friends "liked" my page, but I am only showing 71 total "likes". What's going on and do I need to do something to fix it? The page is: Get ...
0
votes
1answer
21 views

How to get display the facebook response on the page/obtain the data of facebook user?

I am a beginner to create a Facebook tab. I try to use the Facebook Javascript SDK (https://developers.facebook.com/docs/reference/javascript/) to create it. I know that when the user has authorized ...
0
votes
0answers
9 views

Logout from facebook, when logout from rails APP

In my rails app, i have been using omni-auth 1.4.0 for the facebook integration. So after i done the expire access token issue, when i logout from my app, the facebook will automatically logout.
0
votes
1answer
8 views

Linking to another page within a page’s tab

I have one company, multiple brands. Each brand has it’s own fan page. I would like to have it so when you open up a ‘brands’ tab on one page, there will be links to the other brands Facebook pages. ...
0
votes
0answers
10 views

Upload photo to facebook page of the timeline

I made a small facebook application for upload a image to facebook fan page timeline. I'm sending a image via /page_id/feed url and no problem, image has been showing on my fan page timeline. But ...
0
votes
0answers
5 views

like button - post to facebook button doesn´t work

I´ve implemented the LIKE BUTTON on my webpage using the XFBML version of the button. I´ve added the javascript SDK right after the tag with the right ID, and channel attributes. I´ve also inserted ...
-2
votes
0answers
7 views

Freestanding Facebook business page [closed]

Is it possible to create a freestanding Facebook business page without first creating a personal account? We've tried this and receive an error after entering information on the "Create Page" screen. ...
0
votes
1answer
9 views

Any way to use elements of FQL attachment media array in multiquery?

I need to get the list of comments for each item in a user's news feed including comments for any media in the feed items. I'm trying to avoid multiple FQL query roundtrips, so I'd like to use ...
0
votes
0answers
16 views

Unable to get pages owned by user

I am kind of new in C# dev and i am trying to get all the page id's and name's owned by the user but i don't get it why my code is not working . A solution to this will be great below is my code ...
0
votes
1answer
15 views

Maximum message count - Facebook PHP api

i am working on a facebook app and since its my first facebook app, i facing some problems with PHP-api. I want to fetch the name and profile id of the sender who sent maximum no. of messages. I am ...
1
vote
0answers
11 views

Is there a way to display a google maps with a route from a Facebook app without needing a backend?

So I've got a mobile app that tracks a user's route. (cycling app.) I'd like to create a Facebook app that I can use to display their route on Facebook. Is this possible to do without requiring a ...
0
votes
1answer
15 views

Facebook notifications - need permission or not?

Here is what I'm seeing in the docs: Apps can send notifications to any existing user that has authorized the app. No special or extended permission is required. Okay, sounds good. I'm using the JS ...
0
votes
0answers
4 views

Facebook loads og:image, + one extra random image?

I have these og meta tags in place: (I'm replacing the actual values with examples here, it's a client's site and I'd like to be descrete) <meta property="og:title" content="Article title"/> ...
0
votes
0answers
8 views

How to show a public facebook page album in view controller (collection view?)

Have been searching google for a couple of hours but cant find any specific answer. At this moment I just want a "quick" fix if it is possible or not. I have plans in practicing with the facebook sdk, ...
0
votes
1answer
15 views

iphone - return fbid to use it in json web service to receive data

I've been looking around, saw similar posts, but nothing like this that could give me answers. This is my setup and flow of the app: User has to login via Facebook, using Facebook Graph. LoginView ...
-3
votes
0answers
9 views

When entering my facebook URL in the Like Box field on Developers site nothing happens

I have watched several videos on Youtube and read many questions on the forum, however I am at a stand-still on this: I went to the Facebook Developers ...
0
votes
0answers
3 views

Notifications - delayed, not working or deprecated?

I'm making a web app that integrates with Facebook and I would like to send notifications to my users. I googled a lot, searched here and read the docs, but I can't make it work. I'm trying to send a ...
0
votes
3answers
22 views

Facebook iFrame tab

I have read that Facebook requires that iframe pages uses secure connections (SSL). But I am now setting up my first app and there are two fields, one "Canvas URL" and another for "Secure Canvas ...
0
votes
0answers
15 views

Facebook API Login C# Desktop App

I am trying to simply connect to the Facebook Graph using a C# console app, but am having a FacebookOAuth Exception. Here is my code so far: var client = new FacebookClient(); // ...
0
votes
0answers
23 views

The method getRequestCode() is undefined for the type SelectionFragment

Excuse me, I want to try facebook developer for android Tutorial. at Show Friends part. I have succeed doing Step hello Scrumptious, Autenticate with login and personalize part. At Show Friends part, ...
0
votes
0answers
9 views

Post to Page as user, using a page admin access token

I'm posting to /<page id>/feed using my user's access token for my app, and it happens that my user is an admin on that page. This generates a post on behalf of the page, even though I want to ...
0
votes
0answers
6 views

.biz Domain in Facebook App

I am creating a website with facebook login/register function. Now I wanted to create the app on facebook developers page and filled in the fields: Display Name: MyFuture Namespace: my-future-biz ...
0
votes
0answers
7 views

Comments moderation tool of my application is not notifying me

I have a Facebook's application and people can comment in the topics that the application discusses. I'm moderating the commentaries — I did this enabling the "Let me approve each comment before it ...
0
votes
0answers
5 views

Auth dialog redirecting to App Center

We have a Facebook canvas app called 5 Star Slots. We use the Javascript SDK FB.getLoginStatus to detect whether the user has installed the app, and if not we redirect via Javascript to the auth ...
0
votes
0answers
12 views

Facebook Image posting from facebook ios sdk

I am having a strange issue with posting images to facebook using Facebook iOS SDK. I am able to post images only with 2 facebook accounts. When I try with other FB accounts, I am getting success as ...
0
votes
1answer
11 views

openID in mvc3 (with razor code)

I use mvc3 with razor code.I'm trying to use openID login for my application. can anybody share the API code similar to which stackoverflow uses at homepage?
0
votes
0answers
21 views

Post periodically to Facebook page as page with PHP

I have a Facebook page (not user or group, this is page!). I want to send a post to the wall of this page automatically every day with crontab. I have a Facebook application with manage_pages, ...
0
votes
0answers
12 views

get user information from facebook conect with javascript

I'm trying to get user information from facebook without sucess, someone can show me how and where should I put it in my code? I already try using FB.getLoginStatus and some others that facebook ...
0
votes
0answers
11 views

Issues with facebook forcing login to use an app

I have quite a few FB apps that were availabče to users without logging to FB. About an hour or two ago all apps were starting with screen, which says: Log in to use your Facebook account with ...
0
votes
0answers
14 views

Issues with the facebook API

i just started working with the facebook api, and it seems like the except "FacebookApiException $e" is not getting triggerd, when i log in, and refresh the page, im still displayed as logged in. ...
0
votes
0answers
7 views

facebook app on iPad badly render website

I have a problem with one website: http://kaspen.cz/ On iPad in safari, or chrome it looks fine, but when I open it via facebook app (you can open it on this page https://www.facebook.com/2fresh.cz) ...
0
votes
0answers
13 views

Facebook OAuthError - Can't post a public post to user's feed

I want to be able to post to a users wall, (a message he edits). But if the user didn't allow posting on his behalf, then I get the following error: (#1) An error occured while creating the ...
0
votes
1answer
13 views

Phonegap Facebook Local Storage omni-auth facebook

I have a question regarding the authentication process with mobile users. I am currently developing a mobile app with phonegap and jquery mobile. I have setup a Ruby on Rails backend with the ...
0
votes
0answers
17 views

Problems with loging in to my android app with Facebook

I have an android application, and we are using the new facebook sdk (version 3.0.1). After clicking at the Facebook login button it goes to Facebook LoginActivity, goes back to my OnActivityResult ...
0
votes
0answers
7 views

FB Graph API - How to specify 2 different objects in a sentence

Facebook announced Flexible Sentences for graph stories. I would like to have my sentence published like this: John Doe submitted {submission.title} to {campaign.title} on AppName But whatever I ...
1
vote
0answers
7 views

IOS FBDialogs presentShareDialogWithLink Still Beta?

So I'm trying to use the native share dialog, and no matter what I do, I'm still getting this prompt back that the feature is in beta, and not currently available. I know this was the case, however ...

15 30 50 per page
1 2 3 4 5 1087