Tagged Questions
-2
votes
1answer
26 views
Facebook Share Feed Dialog only working for Admins
After creating a Facebook App, leaving it in Sandbox and attempting to setup a Share button using the Feed Dialog, it seems only FB accounts I've added as Admins are able to use the Share button - all ...
0
votes
0answers
19 views
Facebook Dialog Feed - Facebook Application ID
Currently, I would like to share my website link via Share by Facebook function. After google it for a while, it comes to me that Facebook Sharer (which is an easy way to share a link without ...
1
vote
0answers
236 views
Facebook login webDialog “CURRENT GOALS” header but no button to authorize or cancel
I am new to Facebook SDK. I am adding the Facebook login in my Android app using Facebook SDK 3.0.1. A Facebook webDialog pop-up for login. Today I found a strange behaviour that is different from ...
0
votes
0answers
56 views
FBWebDIalogs generates 'An error has occured' when trying to post a feed in iOS
I'd already implemented an App both on FB and iOS that published updates to the users timeline using the Feed Dialog. This was working as intended up until a few months ago, when most users started ...
0
votes
0answers
19 views
Facebook Feed Dialog Direct URL goes to chat page instead of feed page if the user has to log in
When the FB.ui call with method feed after working for 4 months started returning a "Refused to display document because display forbidden by X-Frame-Options" error. I changed to the Direct URL call ...
-2
votes
0answers
15 views
How to create facebook ALLOW Dialog
this is my app dialog box :
click here
but i want to make my app dialog box like this :
click here
0
votes
1answer
20 views
onCancel() method not invoked while clicking on close (cross) button in facebook dialog
I m following a tutorial to log in with facebook http://www.androidhive.info/2012/03/android-facebook-connect-tutorial/. I have successfully logged in facebook. But now my onCancel() method is not ...
0
votes
0answers
16 views
Implementing facebook feed dialog and cross domain enviroment
I'm trying to implement a Facebook Share widget which will be a link(button) on a client's page. When user clicks on "share" button, dialog will show up, populated with the information(caption, ...
0
votes
0answers
20 views
FB feed dialog displays with question marks instead of letters
I have been trying to implement the Facebook Feed Dialog in PHP file as follows ...
1
vote
0answers
16 views
User to user request dialog not appearing in my application
My url works fine when I put it directly in the address bar, but when executing the code below, it gets to the error.
$.ajax({
type: 'GET',
url: ...
0
votes
0answers
12 views
Implement frictionless requests
FBFrictionlessRecipientCache *friendCache = [[FBFrictionlessRecipientCache alloc] init];
[friendCache prefetchAndCacheForSession:nil];
[FBWebDialogs presentRequestsDialogModallyWithSession:nil
...
0
votes
0answers
12 views
address starts invalid then gets validated in debugger
I use the send message dialog feature and include a link back to my app, such as:
http://curiousbear.herokuapp.com/restaurants/482
Now some of those links register as invalid(error 100), and so I ...
0
votes
0answers
26 views
Facebook App Requests on Google Chrome
I'm having a problem with my Facebook App, on Google Chrome.
So I used this script to send requests from my FB App, source is from facebook ->Here
<div id="fb-root"></div>
<script ...
0
votes
1answer
53 views
Custom image in facebook send dialog?
I am trying to send a facebook private message via facebook send dialog in my facebook app, i have a problem while setting the custom image each time user clicks on it, i am sending the parameters as
...
0
votes
0answers
27 views
Linking a website to a facebook feed dialog
How do i make a facebook feed dialog in which there is a share button. And then how do i access that feed dialog from my website. After the share is done, i want it to redirect to downloading the ...
0
votes
0answers
16 views
Facebook Development - Request Dialog get Request
Situation:
User A invites User B through the classic request dialog.
User A gets the request on his page and clicks on it.
User A will be forwarded to the startpage of the app (canvas app).
...
0
votes
0answers
69 views
Feed Dialog - Facebook Developers
How to customize the size of the picture attribute in facebook feed dialog. I want to enlarge the size of picture.
Below is my url. Please help me out in this to enlarge picture size.
...
0
votes
0answers
114 views
Error Message: redirect_uri is not owned by the application
My name is Indival,inc, a developer of facebook application.
Our AppId is 292559514196785.
We have now a problem with sending FB message.
An error code is below.
エラーが発生しました。しばらくしてからもう一度お試しください。
...
0
votes
1answer
72 views
Facebook Feed Dialog through WebView in Unity is Blank
I have been using a WebView dropped into Unity(Found here: https://github.com/gree/unity-webview) for implementing Facebook connection. The WebView has been working very well for authorization of the ...
1
vote
2answers
176 views
Android Facebook SDK 3.0 Simple Status Update Without Explicit Login?
I'd like to know the simplest way to update a user's facebook status. I'd like to simply display a 'Share' button. When the user touches 'Share':
If they are already logged in to Facebook, a dialog ...
0
votes
1answer
34 views
Pay Dialog not Appearing
I'm trying to launch the Pay Dialog to enable purchasing of in game currency in our app. However, no matter what I try, the dialog does not appear, no error message or anything.
I'll just run through ...
0
votes
0answers
25 views
How to specify a locale to Facebook OAuth Dialog with QWebView of QT?
I'm trying to get my users to log into Facebook using the OAuth Dialog.I load and show the oauth dialog with QWebview about http://www.facebook.com/dialog/oauth?...
I Specify a locale ...
0
votes
2answers
184 views
Facebook iOS SDK 3.2.1 Blank Dialog When Authorizing / Confirming Authorization
I am building an app that needs to be iOS 5.0 compatible, so I need to include the Facebook SDK (v3.2.1) in order to publish photos to a user's photos.
I have setup the app in Facebook with all the ...
1
vote
0answers
83 views
Deep linking in facebook without dialog
I have created AppLinkingHowTo project by using following facebook documentation of deep linking
http://developers.facebook.com/docs/howtos/androidsdk/3.0/link-to-your-native-app/
its working fine ...
0
votes
0answers
96 views
Facebook 3.0 on Android: Showing login dialog twice
I have an android applicatin that integrated with facebook.
I called openActiveSession to open up a session. Once the session opened, I request a publish stream using NewRequestPermission object.
...
1
vote
1answer
95 views
Facebook 3.0 : How to detect user cancel the permission dialog on android
I am having trouble to know how to detect the user cancelled the permission on android.\
Does anyone know what function do I need to call to check it?
0
votes
1answer
496 views
Android Facebook SDK 3.0 Tutorial: “The post's links must direct to the application's connect or canvas URL”
I'm new to the Android Facebook SDK 3.0. I'm trying to follow this tutorial at https://developers.facebook.com/docs/howtos/androidsdk/3.0/feed-dialog/ about using a Feed Dialog. I successfully got the ...
1
vote
1answer
63 views
Conflicting errors when login to IOS app using facebook connect
After installing facebook login, we have 2 developers using their own devices (Both using IOS 6.1.2) with conflicting differences.
Developer 1: Clicks facebook login button, and is redirected to URL ...
0
votes
0answers
48 views
feed dialog aggregation
A question about feed dialog . ( sorry for my english )
I use this method for sharing an URL because like button have something that not work ( already reported a bug ) .
The urls that I share are ...
1
vote
1answer
284 views
How do I close the popup after I post to facebook?
On our blog we have a link where users can post our articles to their timeline. A popup opens up and the user posts to facebook, then the popup stays there and redirects to "www.oursite.com". How do ...
1
vote
0answers
237 views
API Error Code 191 using feed dialog with display=iframe
I am attempting to use the Facebook feed dialog within an IFRAME, but when viewing the webpage, it is displaying:
API Error Code: 191
API Error Description: The specified URL is not owned by the ...
0
votes
3answers
104 views
Adding Place to Facebook Feed Dialog
When posting to /me/feed, it's possible to add a page id of location with "place". This results in a post as a check in that shows the message with a map of the location.
Adding "place" as a query ...
2
votes
1answer
502 views
5
votes
2answers
244 views
Facebook test users and auth
I have a project where I am using Selenium to test the Facebook auth. I created a Facebook app, created a test user inside this app and created some tests using Facebook login. Until now, it was ...
2
votes
1answer
251 views
Unable to add picture with url parameters on Facebook feed dialog (Direct URL)
I was wondering how could I add parameters to my picture URl on this example:
...
0
votes
0answers
329 views
php facebook - feed to multiple users with javascript SDK feed dialog
How to send 'feed' using feed dialog to multiple users?
here is my code:
function doShare(friend_id){
FB.init({appId: app_id, status: true, cookie: true});
//alert(image_url);
// calling the ...
0
votes
0answers
110 views
Facebook feed dialog sample code in C# using api
I have written an application which writes on my friend's timeline a message. With February 2013 new policy I need to display the feed dialog in order to do so.
Is there any sample code available to ...
-1
votes
1answer
215 views
Is it possible to send friend requests via Android Facebook SDK 3.0?
I'm trying to send friend requests from the Android SDK for Facebook. I had the opportunity to ask a Facebook engineer and he said friend requests were currently not supported in Android. So I think ...
0
votes
0answers
122 views
Facebook feed dialog picture from jsp/php/.net page
I'm attempting to add an image via Direct URL feed dialog.
If I set the "picture" property to an actual image url, all is well, however, if I attempt to add the image from a URL such as ...
1
vote
0answers
84 views
Customize facebook send dialog
I need to send message to my facebooks friends which should include:
- picture
- url
- my custom message
and I need to know to whom this message was sent.
Functionality is similar to Spotify.com ...
0
votes
1answer
116 views
Android Facebook 3.0 SDK, Request Dialog, install, access to data attribute
The Request Dialog in Facebook's 3.0 SDK creates a very nice experience for sending an invitation from one user, in-app, to another user that may or may not already have the same app installed.
The ...
0
votes
0answers
45 views
Dialogs fail with an “An error occured.” message as a FB app but not standalone
I'm trying to add FB request functionality to a webapp, and have come to something I don't understand. The app can be accessed either stand-alone or in a fb frame, this was already written by someone ...
0
votes
0answers
120 views
send access token to facebook feed dialog
How do I send access token or authorization to the dialog feed that posts to a friend's wall using https://www.facebook.com/dialog/feed?appid=...
Currently it asks the user to login before it shows ...
0
votes
0answers
11 views
Response when user selects 'SKIP'
When I request the manage_pages and publish_stream perms, and the user clicks on skip, I still get a code in the response.
Is there any way of finding out if the user has selected Allow or Skip on the ...
0
votes
0answers
56 views
Can the email field on the OAuth dialog be pre-filled?
Pretty sure that this isn't possible, but I thought I would ask, just in case.
I have a use case where I want a user to log out, log in as someone else, then log out again and log back in as ...
0
votes
0answers
105 views
Redirect after page tab add dialog doesn't work
I'm currently working on a standard FB app which the user obviously should be able to add to his page(s) via the page tab add dialog.
The dialog and the adding itself works just fine but for some ...
-2
votes
2answers
103 views
Facebook Send Request returns Error
I'm try to popup dialog with pre-specified addressee that way:
FB.init({
appId : 'MYAPPID',
status : true,
cookie : true,
xfbml : true,
frictionlessRequests: true
});
...
0
votes
1answer
236 views
Send dialog response vs Feed dialog response
I tried both "send" and "feed" dialogs directly with urls as described in documentation.
Feed dialog:
Everything works fine; my redirect_uri is:
called as is when the "cancel" button is clicked ...
0
votes
1answer
109 views
FB connect without leaving web app
i'm stuck with fb login on mobile (js or php sdk) :)
I would like to create a fbconnect dialog without leaving my web app.
My goal is to create an app and lock the user in : don't allow the user to ...
0
votes
1answer
141 views
Invitation to friends to ask for liking fanpage
How to use Facebook API to send invitations to friends to ask for a specific fanpage like.
And the other question.
How then show a list of users who have sent an invitation with an indication of how ...



