Documentation Facebook Documentation Facebook SDKs JavaScript SDK PHP SDK (docs) Python SDK (deprecated) iOS SDK (docs) Android SDK (docs) FaceSharp .NET Facebook SDK and Starter Kit (unofficial) C# SDK (unofficial) Tools Facebook Developer Tools Non-developer questions For questions ...

learn more… | top users | synonyms (4)

0
votes
0answers
6 views

Can a Facebook Application send a message to its users

Is it possible for a Facebook application to send a message to its users ?
3
votes
1answer
11 views

logout not redirect when facebook logout and data remains in php

I am using facebook-php-sdk (github) for facebook login on my localhost page, when i logout, the page is not redirecting.. And the same page i can see the my profile information in arrays, even after ...
0
votes
1answer
5 views

Using an Action without an Object

This would defeat the whole purpose of actions but what I have is an online food menu app and all I want to do is post username placed an order at app_name (restaurant name). With an action I could ...
2
votes
0answers
10 views

Aggregate Facebook posts and include app description

I have noticed that posts from Seesmic & TripIt often aggregate & show a the app description + icon. Here's a screenshot (couldn't attach, < 10 points) ...
-1
votes
1answer
15 views

Facebook PHP SDK session_start() error on live domain, but no error on localhost (using same WordPress environment on both)

I am facing an error that I can't fix for hours now. Everything looks fine on localhost. but on my live domain I am getting session error. Here is some information that may help you give me any idea ...
0
votes
3answers
19 views

How do you post a link to user's inbox in Facebook?

I am an iPhone application developer. I don't know how to send an "link" to a user's inbox in Facebook, for a selected friend, from my Facebook Account.
0
votes
1answer
16 views

Send a message to a user with the Facebook API

I am trying to send a message to a user, but it's not working. Any idea why? <?php $app_id = '####'; $app_secret = '###'; $token_url = ...
1
vote
1answer
11 views

jquery setting dynamic background and hover not working with some issue

I have a big sprite image, and i just set this image as background to my 30 no.of li's background. after set the backgroud, while the hover, just i want to minus the y position to 70px, so it will ...
0
votes
2answers
16 views

App authentication dialog box for facebook app

I have made an facebook app. Now i need to take user information using a pop-up permission box. If a user has authenticated the app, facebook should not open dialog box for permission but if a user ...
1
vote
1answer
11 views

Is there any way to create a face book album having description with php

Iam trying to upload images to an album . Is there any way to create a description for the album. I am using the following code. <?php require_once 'fbpic/library/facebook.php'; $app_id ...
0
votes
1answer
13 views

Creating facebook app request along with permission

I'm using this to send invitation from user to his friend with my app, and asking for permission of public actions when they read news on my app. function xlfb_friendInvite() { FB.ui({method: ...
9
votes
1answer
59 views

Send private message to my friend(s) using my android application

I am developing an application in which user can share messages with his/her Facebook friends. I am using Facebook API for android. I can able to authenticate user, as well as I can get my friend list ...
0
votes
1answer
10 views

specifying redirect url onlogin in <div class=“fb-login-button”>

This is how i normally specify a redirect url in fbml f-connect tag <fb:login-button onlogin='redirect-url'>f-connect</fb:login-button> How do i specify a redirect url 'on login' in: ...
1
vote
1answer
12 views

Setting Facebook PHP SDK access_token with setAccessToken()

Currently I'm using the iOS api to get the access token and passing it to a webview as a cookie. In the webview (because part of my app is iOS and the other part is html5 but I don't want to make the ...
0
votes
1answer
11 views

will users see post on their wall,if a post is made on app page

I would like to know, if a post is made by an app on a page which is associated with the app, then the posts published on that page will be shown on users wall or not, provided that users have allowed ...

1 2 3 4 5 1789
15 30 50 per page