C# - Post A Content Directly From A Website To The Website's Facebook Page?
Feb 16, 2010
I've been reading through the fb developer api documentation and I'm trying to find out what would be the easiest way to post information on a website to the website's own facebook page. for instance - the assumed workflow is like this:
an admin user adds new content to the company website - and once submitted that content should automatically appear as a link on the company's facebook page.
Do I use the API, facebook Connect, a facebook Share button etc. Looking for some recommendations based on my assumed workflow. Project will be coded in c# (although I'm really looking for recommendations of which tool to use from someone's experiences with the api)
View 1 Replies
Similar Messages:
Mar 16, 2010
I'm using an ASP.NET Facebook Developers Toolkit (http://www.codeplex.com/FacebookToolkit) on an external website, and I'm also the admin of a facebook fan page for the website. Users on my website (may or may not be facebook users) create content articles.
I would like to hook up these articles to the Facebook fan page, so that, when they write the article, then ones with FB accounts can sign into FB and post on the Fan page. I'm sure they would need to be a fan first.
View 1 Replies
Feb 28, 2011
I have the following pages structure in my asp.net 3.5 website. i want if anybody directly access any page of my site as [URL] then it will automatically redirected to [URL] How to do this using vb.net, asp.net
View 2 Replies
Aug 19, 2010
I have a page that have 5 to 10 photos of a person, If some user comes into this page he should see facebook "Like" button next to each photo on that page.
I have installed Javascript SDk on my site, I can use XFBML also. Just post me some sample code if you have any?
View 1 Replies
Mar 28, 2013
i want post method to implement for my c# code,,,,and how to redirect that in anoth aspx file...
View 1 Replies
Aug 7, 2012
I want to use website search in my website. which one will be the best?
View 1 Replies
Jul 16, 2013
how to display latest recent posts in my facebook page to my website.
View 1 Replies
Jan 17, 2010
are i can stop following
1. image linking:- how to protect images like any user can't link it (show it) on his blog & website.
if he linked my website content then how we show error image for this.
2. css or js file:-how to protect my website's js and css file means any user can't linked it used it on his website and blog directly from my website
View 3 Replies
Apr 30, 2010
I am getting this error "Only Content controls are allowed directly in a content page that contains Content controls". I am using a single aspx page and not a separate cs file. Now, to write code inside aspx page, I am using <script> tag. Now, my problem is inside one of the method I have to use <script> tag. Now, when i use that this error comes. Eg
[Code]....
View 9 Replies
Jan 24, 2011
I have a deployed version of a website(published one) that was made in Framework 2.0.
currently I am working with .net framework 3.5.
Now the problem is that, I need the contents of all the .ASPX page of the whole website.
From the study through the stuffs on internet, I got to know that the website was published with "Allow this precompiled site to be updatable" unselected.
So in all .aspx page i get the message "This is a marker file generated by the precompilation tool, and should not be deleted! "
View 3 Replies
Nov 21, 2010
I need very advanced and effective method of Preventing Users from Downloading file from website directly in asp.net.
Method should -
limit downloads,
limit time,
limit requests,
etc.
but should be downloadable by active login users
View 3 Replies
Sep 20, 2010
i created a mathod facebookInfo(string username,string password) ,so i received username and password but after receiving its not possible to login at server side,because ther is only one way to connect to facebook using facebook api ie.
facebookservie.ConnectToFacebook();
and its open IE browser,so there is any way to login automatically and get session,using any javascript or nay other way at server side using ASp.net in C#.
View 1 Replies
Aug 10, 2010
What is the best way to include repeating content on every page of a website such as a navigation menu?
View 2 Replies
Nov 17, 2010
I bought a website a few years ago, hosted with WebHost4Life,. Since their migration their has been nothing but problems with my site, however, I am stuck because I don't have the knowledge to move it, have tried with no success. Anyway, recently I have been getting parser error messages, Webhost fixed them, and then it starts over again. It takes them weeks to get around to it and since its my livelihood, I can't afford for the site to be down for 5 days then running for one day. I've tried to contact the guy that built the site to no avail, he won't answer my emails.
why these parser errors keep happening. This is a recent thing from the past 2 months, never had this before. What can I do to stop it. it looks like the knowledge here is unreal, I'm in awe everytime I read your answers. BTW, heres my lastest parser error:
Parser Error Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. Parser Error Message: Only Content controls are allowed directly in a content page that contains Content controls. Source Error:
[Code]....
View 2 Replies
Dec 21, 2010
This error comes up when adding a content page to a website. Is there something that I need to add somewhere?
[Code]....
View 2 Replies
Jun 7, 2010
how to use a facebook share from my website. I.e if I want this post to be on facebook, how do I incorporate it[URL]
View 2 Replies
Dec 25, 2010
On this forum I found a PHP, post to fan page wall, code.
Here it is:
$facebook->call_api('/(pageID)/feed/', "post",array('message'=>"message here"));
Can someone transform this to C# command?
I think that $facebook is probably facebookapi facebook = new facebookapi(); right?
i just don't know call_api command in C#
View 2 Replies
Jan 25, 2011
Need the steps to show my facebook wall posts on my asp.net webiste/
View 3 Replies
Oct 25, 2011
I am looking for examples of how to integrate facebook into my site... I have found a lot of bits and pieces...but nothing that shows how to use Facebook Connect with Server Side code
View 4 Replies
Feb 15, 2010
I have a master page called SiteMaster.master
The master page has a content place holder (ContentPlaceHolderID="MainContent")
I have a default page (default.aspx) with a VB code behind which pulls some data.
What I'd like to be able to do is write my data to that place holder for example:
<b>theData</b>
This is a simplified example of what I'll be doing but the part I can't figure out is how to write the content directly to the place holder on the master page from the code behind of the default the page.
View 2 Replies
Jul 20, 2010
i want to use localhost for developing website facebook application using the graph api.
i working in asp.net c#
in the previous api of facebook i was abe to write the
http://localhost:4300/ in the connect url at the application settings.
now it dosent work.it keeps telling me
An error occurred with application name. Please try again later.
** if i upload the website, and use the website coonect url, it is working.
View 3 Replies
Oct 29, 2012
I need to take a picture and submit it to my facebook wall automatically including text if included. Is there a way to do this from asp.net? I do not want to use any user interface - I want this to be automatic. As new pictures come on my server I want to post them right then.
I looked at the developer pages of fb but can't find anything that is more automated. What is the best and easiest way to submit the pictures?
View 2 Replies
Feb 20, 2013
I want to add Facebook Like Button on my website .... so i can see number of followers with pic n likeĀ on my site ..... how can i add button ...???
View 1 Replies
Oct 3, 2013
i want to use Facebook like option in my website, which tell that how many people like the sites.
View 1 Replies
Feb 26, 2011
1 new website attach with existing website..where attached website is behave as pluggable. and used anywhere in any website?
View 7 Replies