So I am looking to make a php application similar to the fanbox, but I need to just have the data extracted as json or whatever the FBAPI returns with get_stream. But I don't want it per-user. I just need to grab a single fanpage wall content and put it on the website. Would I have to validate? How do you validate with the offline_ac...
Can anyone tell me how this is done? I worked out how to do it for a standard users page (I simply set
protected void Page_PreInit(object sender, EventArgs e)
{
base.RequireLogin = true;
}
I can't work out how to do it for a page. Can anyone help plz?
...
Okay well I try to login into facebook using python. but well it doesn't work and I've really no idea why
By google I found this result for logging into a website
unfortunately it does not work for me...
It seems to be that there is going something wrong with the cookies, because facebook says to me that cookies aren't turned on when ...
Hi,
I am not sure if this is possible within reason, but does anyone know how make the default view "Send Message" vs. "Post to Profile" when users click on a Facebook Share Link?
...
Hi there,
as the title. I'm using C# (.Net 3.5) in my application. Are there any free and reliable wrappers for the Facebook API?
Thanks in advance!
...
I am beginning to write a Facebook application. I have read many articles about the subject and have learned that Facebook has an official PHP API, and .NET has a Facebook toolkit from Codeplex.
Both options have many references and resources, but it seems that Facebook itself was written in PHP, not .NET.
So does PHP or .NET have bett...
Can i create an application that lives inside facebook using .net ? if so what do i need ?
...
I have a couple questions in the request. I have been successful using FBML to execute SWF files on a external server inside facebook.
what I need to do now is to run similar to the SWF execution a PHP app..
http://test.com/opening.php
So what is the best way? fb:iframe or another way? I would like a simple example if possible. Thanks...
My facebook app causes the following exception time to time (daily, tens of times per day) - there are hundreds of daily users but only a few receive this error.. what could be causing it?
How to diagnostic it further? I don't know how to reproduce it..
Error Message: Stack Trace: at
System.Web.CachedPathData.GetConfigPathData(Str...
Hi
Is it possible to change the background image of my facebook app? I tried adding a body tag in the css and set a background image. But the change is not reflected.
Any help? Thanks.
...
I'm currently having issues with my Facebook app being ported to CI from raw PHP.
The issue I'm having is that I have a CI driven redirect:
function signedin()
{
echo "signed in?";
}
function save_user_data()
{
$insert['uid'] = $_POST['uid'];
$this->db->insert('users', $insert);
redirect('signedin');
{
Based upon how all of the ...
I am writing a train based game in Facebook Javascript. I have an inverted triangle that represents the train and dashed lines that represent track which connects cities in Europe. The train moves along the track to travel from one city to the next. At this time, I redraw the gameboard with every page refresh. This has the effect of alwa...
I'm not sure if the php server side Facebook library validates sessions on load. So then I want to know if there is a best practice for insuring that I really do have a valid FB session and not some crackers altered $_COOKIE data.
$fb = new Facebook();
if( $fb->session_expires !== 0 && $fb->session_expires < time() ) {
die('bad and/or...
I want to prompt the user to use the Open Stream api. When I call showPermissionDialog, the code executes fine, but nothing pops up. I know you can't put HTML in a Silverlight app, but the popup should show up on top of the Silverlight app. Is this possible? If so, how?
Thanks.
...
hello frnds
I want to create a login class which will allow user to login with my site login details or any 3rd party Social Networking sites like Facebook connect ,google friend,twitter oauth,open id,yahoo.
how to start with it i dont want to use rpx.
...
http://www.facebook.com/feeds/share_posts.php?id=207302593&viewer=207302593&key=d95b2de790&format=rss20
The link above is the URL to my shared posts on Facebook. When I load that URL in to simplexml_load_file() it provides an entire page of errors. Looking at the errors, it looks like Facebook is spitting out HTML instead of...
I am trying to build a profile box for my fbml facebook app. When this code is executed the only thing that is rendered is the provided url, while what should happen is that it uses the content of that url. i think it has something to do with the refreshRefUrl call as it is returning error 1: unknown error.
$user = $this->facebook->req...
Question: How to upload an image from my webserver to facebook via FB API?
I'm writing an application that retrieves images from the user's photo album, makes some modifications (e.g. adding a watermark) then send it back to photo album.
The code I use to upload the photo is as follows
<?php
include_once("api/facebook.php");
include_o...
Hello all,
I am trying to build a small facebook application, though first I want to find out if its even possible:
My application invovles the user writing down some content in the setup phase. Then, once data is submited the application needs to alert the user within a range of time. Here starts the tricky part, if the user doesn't r...
Hi,
I have seen one application in which there was a button of write a review.
Clicking on it opens an editor on the same page with options Rating and comments.
I want to know whether there is an api for the same as i want to implement it in my application.
This is the applictaion in which it is implemented:
http://www.facebook.com/...