Social Networking :: Fetch All Facebook Wall Posts And Display?
Nov 23, 2012I want to display all facebook wall post in my application in .net
View 1 RepliesI want to display all facebook wall post in my application in .net
View 1 Replieshow to display latest recent posts in my facebook page to my website.
View 1 RepliesHow user post comment on my website using gmail ,fb,yahoo ,hotmail account ...
how to apply this.. [URL] ....
How do i post image on facebook wall from asp.net
View 1 RepliesI am trying to upload video on facebook using asp.net with c#. But my code is not working.
How to upload video on facebook using asp.net application with c#.
I am using code from here [URL] ....
Related to this article [URL] ....
I have a problem regarding posting arabic text to facebook wall, it works well in english but arabic has a problem in encoding it post any arabic text in ?
i want to post an image or photo into users facebook wall without using Fileupload control.i have retrieved an Image from my database in .bmp format and i want to post that bmp image into facebook wall. i don't want to use Fileupload controls.
View 1 Repliesi have find the way how can i find user id now the question is
with the use of user id how can i post on facebook wall when the user is not login
what info i need to store in database ?
I am trying to post a image on multiple users ids wall. I have tried your code it is successfully posting the image on my wall.
I was given different user ids, My requirement is to post the same image on their wall individually is it possible?
i am doing my project in asp.net mvc in this wall type application
when am i write text click on submit then it will post on wall how to do this
how to post feed OUR wall. now, my friend wall, using their ID.tried with
FaceBookConnect.Post(ViewState["Code"].ToString(), "/<friend ID>/feed", data);
--> failed :-(
FaceBookConnect.Post(ViewState["Code"].ToString(), "/<friend ID>/notes", data);
--> also failed
also tried with : "/<friend ID>/notes" which also failed.
i am not able to share image on facebook wall. Here i attach my cs code and aspx code. Also added namespace "using ASPSnippets.FaceBookAPI;"
// ");
hidden.val($(this).attr("rel"));
$("form").append(hidden);
});
});
function GetScreenCordinates(obj) {
[code]....
I have website with facebook like box for facebook page (eg, abc) . Now if any new post in their at website it will automatically post at wall or not.
View 1 RepliesI am using the code to post on facebook wall from below url.
[URL]...
This works fine only if the developer from which the app is created. But its not working for any other logins.
Importing contacts (information like friends email ids) from facebook to excel using asp.net
View 1 RepliesI have read your article Fetch and import Facebook Friends and Contacts with profile pictures in ASP.Net, now i want importing email ids of all friends also as contact. I tried a lot but fiasco, I dont know how to do it with or without extended permission...
View 1 RepliesThis tutorial nice. Here I have one problem..that is how can i get Code value... In pageload
string code = Request.QueryString["code"];
I want to call facebook graph web api to get friend list of logged in user with some information of them like email id and mobile number can I do this in asp.net application.
View 1 RepliesI just visit this [URL] .... but how can we trace postcode from facebook?
View 1 Repliescode to integerate twitter and facebook in my application,
View 1 RepliesI am using Facebook Toolkit. I have appKey and appSecret, but I dont want that visitor need to conenct to facebook. I will use my login/passwork to get my wall posts.
View 1 RepliesNeed the steps to show my facebook wall posts on my asp.net webiste/
View 3 RepliesBasically, I would like to include my latest Wall posting on my website. But, so far, everything I have read needs the visitor to the site to log-in to Facebook which, in theory, would then retrieve their latest Wall post. In prinicpal, I guess it would be like an RSS Feed.
View 1 RepliesI just try with facebook login damo URL...when i first time login using button it will return me perfect result. but second time i just log out from first facebook account and try with new account it will return me.
View 1 Repliesi have a table event(Event_ID,EventName,EventDate)
i bind this table to a repeater control.
i want, when the EventDate is todays date, it should display "today" in a label inside repeater and
when the EventDate is tomorrows date, it should display "tommorrow" likewise, for they after tommorrow it should display day name..like they after tomorrow is monday...it should display monday..
Like Facebook event notification...how should i do that....