Hi,
I've got a website http://www.mydomain.com made with Django, and I'd like to use the domain to host a facebook application written in PHP, in something like http://www.mydomain.com/facebook/myapp/.
Is that possible? How can I do that?
Thanks
Jul
...
Hey,
on my site right now I'm trying to have it post to a users wall a media file.
I had it working on the old api before, but now I'm trying to get it working on the new one and I'm having an issue.
I'm running this
$facebook->api_client->stream_publish($message, $attachment, $action_links);
Is that the old api or the new one? Bec...
Hi,
Right now I'm trying to figure out how to post an attachment using facebooks graph api.
Right now I'm using
$attachment = array(
'message' => $_POST['tt'],
'text' => 'Download',
'name' => 'name',
'href' => 'http://www.url.com',
'descrip...
I have a problem with redirection, in my work I have to make a connection to a URL that automatically go to another URL at this point it takes the credential (username and password) and redirect to a URL that contains a parameter which need me. How can I take this parameter?
To be precise, I have to do this:
Embed a Web browser wit...
Facebook used to list all their networks here: http://www.facebook.com/networks/networks.php, but they removed it sometime last week. Does anyone know where I can find a list of Facebook's networks?
...
Hi All, Im just wanting to know what control to use to mimic the editable menu like the facebook app menu (i.e. 3*3 buttons and the user can click and hold on the menu and it will than allow them to edit the menu by dragging and dropping the buttons around the screen).
Thanks
...
Is there a callback or another way to track whether or not someone successfully shared something using the share button?
...
this roadmap wiki describes the ability to share via private message. is that still on the roadmap?
http://wiki.developers.facebook.com/index.php/Roadmap_Share
i understand that the user can select "send as a message instead". but user's easily overlook this option. is there a parameter to force as private message?
Tim
...
Hi Guys,
I have a Facebook Connect application (IFrame, external website).
When i post to the user's wall using the Old JavaScript API (FB.Connect.streamPublish), im specifying action links, as many people do.
Here's the JSON for my action link:
[{ 'text':'Do something on my site', 'href':'http://www.mysite.com/somerestfulpath' }]
...
I'd like to create a text input like the Facebook status update Publisher. Basically, an input that can activate an tagging/autocomplete feature with a certain key (ex: @), creating tags that act as single characters in the text input (can be deleted with a single backspace), and yet still accept regular text input. Different from Facebo...
This is my code.
I got Http 400 error, can someone help me?
HttpClient httpClient;
HttpPost httpPost;
HttpResponse response;
HttpContext localContext;
FileEntity tmp = null;
String ret = null;
httpClient = new DefaultHttpClient( );
httpClient.getParams().setParameter( ClientPNames.COOKIE_POLICY, CookiePolicy.RFC_2109...
hello
i'm trying to post an image to my users's facebook wall once they hit a botton
i'm using javascript SDK but i have a problem, the image looks like a link in the wall ... but that's not what i want ... i want to post an image ... same as when you put an image link on your status text field and it turns to image
any help ?
FB.ui...
Hi,
I'm just being curious. Does anyone know what technique/how facebook notification works? Because, when ever someone post a comment on my wall it appears in the notification, it happens instantly. It looks to me, server sends notification to client instead of client dialling to server every such amount of time.
Any idea anyone?
...
Hello, i've run into a problem.
I have custom page tab, and current user viewing on it.
I ask user to grant extended permissions to his profile (using Facebook.showPermissionDialog).
If he grants permissions, theoretically, i would have access to the Graph API and other stuff.
But when i parse new signed_request param from Facebook, i g...
Hi
I'm trying to upload a video to facebook via the video.upload call. I always have an invalid sig response from the server. I'm currently using a java Facebook to generate the signature via a static function:
String sig = FacebookSignatureUtil.generateSignature(params, APPLICATION_SECRET);
These are the params I pass:
params....
I'm currently trying to make a log in for facebook users into my WPF application. It's using .net 4 and it's being developed in VS2010. After following the steps stated in the facebook developers page I cannot get it working. The success url should be followed by a hash (#) and the access_token after the login, but webbrowser.Source.toSt...
Ruby on rails
if i submit my create auction form, i want to show in my facebook. how to do that?
someone said using OAuth to connect it with my facebook account..
please help me...
...
I'm thinking this may not be possible... but I have an Android application that is using the Facebook Graph API to get some information. They can tap the view there and open up a browser with a full-fledged Facebook page, but it asks the user to log in again.
I'd like to be able to skip the initial sign in (I know the browser can remem...
I'm developing an iFrame Facebook application. The iFrame has a swf. We need to get access to that swf through javascript.
This iFrame has a swf that needs to be put inside a Javascript variable so that we can call ExternalInterface functions from.
Right now, our "flash" variable is undefined because we can't seem to access eleme...
Hi,
I was wondering how to get either the uid or the public user info (name, pic) from a FB session that is not connected with my site. I'm noticing it in some of the social widgets and yelp is doing it too.
Thanks,
Steve
...