Hi,
I would like to post the stream from my website to facebook user wall by using facebook API..
I have created the facebook application
posted the stream by application admin ..
passed the parameter which required to this function..
$this->facebook->api_client->stream_publish($comments,'From:blinkbee.com',$action_link,$f_user_id,$...
So I've spent a lot of time making an iPhone game and have recently realized that I don't have to limit myself to just Apple - I know there are app stores for Palm and Android, but does anybody know of a good "app store" for the plain old PC? I would like to have one where individual developers can publish an app and not have to worry ab...
Hi guys,
I am struggling with the new graph api, trying to publis stream with flash attachment. However docs http://developers.facebook.com/docs/api says its only possible to post /PROFILE_ID/feed with arguments: message, picture, link, name, description , I have discovered that even other works (caption, ...) Now I would like to guess c...
Hi..
Just wondering is there any drawbacks to publishing a ASP .NET web application by copying all the files in it? (That means all the .cs, .csproj files will be included in the published folder)
So far I can think that the published folder's total size may become a little bigger (but that a negligible issue for me).
...
I tried file system publish and ftp
I'm using VS2010 and .net 4.0
should i somehow include *.spark ext files to the MSBuild?
...
Hi, this is an extremely frustrating situation. We have just upgraded to Visual Studio 2010, and very nice it is, except for when it won't do something really simple, like Publish your ASP.NET Web Application to a folder on your desktop.
For some unearthly reason, what used to work flawlessly in 2008 is now generating an error: It stops...
Hello everyone,
I have a SWF file which contains of an image (1keyframe) and also, it contains an AS3 file with the following codes:
var loader:Loader=new Loader();
var ur:URLRequest=new URLRequest("1.swf");
loader.load(ur);
addChild(loader);
so basically, i am trying to play the swf file (1.swf - an audio) while the image is being d...
Hi ,
Adobe Flash CS4 has the option to publish the swf as windows executable . Is there an Option to publish swf as Linux executables ?
Are there any work around where in which flash files has to be execute inside Linux with an embedded standalone flash player.
Any help appreciated
Thanks!
...
how create a facebook Badge of group for my website, not page or profile badge
like this http://www.facebook.com/facebook-widgets/
but for group
Thanks
...
Hi friends!
I'm developing small application for my colleagues, I have some procedure on SQL Server, which returns XML. And I'd like to publish this XML on the Web server.
I think that should exist easy way to do it, but I can find it.
I have the following setup:
SQL Server 2005 Standard
IIS 7
Windows Server 2008
best regards
...
I'm trying to publish my web solution to the file system, using the "Only files needed to run this appllication" option.
I have the following problems:
a) I have a connectionStrings.config file that should be included; I've marked this file as Content and Copy Always.
b) For testing purposes, I've added a textfile.txt that should not ...
I am currently attempting to use Visual Studio 2010 'Publish' and MSDeploy functionality to handle my web deployment needs but have run into a roadblock with regards to customizing the package depending on my build configuration.
I develop in a 32bit environment but need to create a release package for a 64bit environment, so in the 'Re...
Note: I suspect my problem is related to this one: Visual Studio 2010 Publish Web feature not including all DLLs.
My app has some references that are wrappers for non-.NET libraries. These wrappers need the original DLL to be in the same directory as them and the executable.
The problem comes when publishing. Following the advice I fou...
Recently I've upgraded from Visual Studio 2008 to Visual Studio 2010, however I'm having various problems when uploading my compiled web site to the live area. I'm doing exactly the same as I would have done with Visual Studio 2008, however, now I receive errors such as:
{filename}.aspx is not a pre-compiled file
masterpage.master does...
Hi Guys,
I have 2 .config files for my project - evidently one for debug and one for release. I am trying to add a prebuild event which essentially sets
Build Action = None
For a whole list of files before the solution is packaged up for release as I dont want them included. Currently, I have to do this manually [total pain] and w...
Hello Friends,
My problem must surely be easy to solve for someone who's more familiar with Visual Studios than I am. In the long run, I'm trying to publish a database application along with a config file that allows the user to change the connection string and connect with whatever database they wish. So, per the recommendations of [...
SharePoint 2007 is great! It security trims all my menu navigation; if the user does not have permission to a site then they won’t see it in the navigation.
However, the business owners don’t see it like this; they would like the user to see all the sites that are potentially available and where the user does not have permissions to a s...
I have a filemaker database that I need to be able to link records and all associated data (including container field data) to various points placed on a large PDF image, and then make that data appear via instant web publishing when someone clicks on the marker for that area on the PDF. For example the PDF may be an image of a car, and...
I would like to give web designers autonomy to publish web pages but letting them to edit aspx files is a serious security risk as they don't have the required programming skills.
I was thinking about two approaches:
They are only able to edit html files and call services with ajax;
Let them to edit xslt files associated to services t...
Who can explain step by stem how to publish on the Facebook user account pictures and albums from my iPhone app?
I know about FB iPhone sdk, but cannot understand the whole process.
1. Should I register application on the FB?
2. Can I publish my local pics, or must use links on the previously published pics on hosts like yfrog.com.
3.etc...