Social Networking :: How To Send SMS Through Application Dynamically
May 12, 2012i want to send sms after successful registrations dynamically....so how can i use this feature and implement in my web application ? ?
View 1 Repliesi want to send sms after successful registrations dynamically....so how can i use this feature and implement in my web application ? ?
View 1 RepliesI am using asp.net with c#. I want to send free email through my asp.net application. so how could i develop and implement in my web application ?
View 1 RepliesI have gone through your articles and I really enjoyed with all the facebook articles. In my aspx page in place of posting walls I want to send notification to facebook users. How can I do this.
View 1 Repliesprotected void btnSend_Click(object sender, EventArgs e) {
SMS.APIType = SMSGateway.Site2SMS;
SMS.MashapeKey = "<79X13gb>";
SMS.Username = txtNumber.Text.Trim();
SMS.Password = txtPassword.Text.Trim();
[Code] ....
can i show facebook send dialog at send button click. mainly i want to send some group,page on one send click. so which will be suitable way.
View 1 RepliesThe code in asp.net to import my contact in localhost (own website) and send them direct message in twitter ...
View 1 Replies{
"error": {
"message": "Error validating application. Invalid application ID.",
"type": "OAuthException",
"code": 101
}
}
I am getting the error from ur sample codeError validating application. Invalid application ID.",
"type": "OAuthException",
"code": 101
though i have added app domain name as "localhost.com"and site url as "Http//localhost.com:port_Number"/.
How to write XML for the following Google Site Map.
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
[Code].....
I want to create Facebook application using asp.net. How i will create.
View 1 Replieshow can i add chat application like facebook in my social networking site?
i need to add chat application in my project just like facebook chat
how can i create in asp.net?
How to Create the facebook application using ASP.net With ScreenShots....
View 1 RepliesCan u place the code for google login with asp.net application.I have searched the net but no code was clear and cut. Also the logout issue was there.
View 1 RepliesI need to update the status in Twitter in asp.net.I need to use Twitter API to achieve this.
View 1 RepliesI have tried the demo and the code example and it did not work. I was reading that some of the Twitter request uri's have changed and that some are not in use anymore, not sure what that means.
When I run the code it authenticates but when I post I get a 404 error on the Tweet_Click on this line - twitter.Tweet(txtTweet.Text)
On the demo it does not do anything when the button is pressed, the page only refreshes.
As i mentioned in title when i am using the code and run into the my local machine it will show error something like
{
"error": {
"message": "Invalid redirect_uri: Given URL is not allowed by the Application configuration.",
"type": "OAuthException",
"code": 191
}
}
I also try this on live server but results are same.
I want to create one system in asp.net
I can post my Google + wall and schedule it from my system also i can replay comment.
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
I want to integrate open blog for user. But first they should be logged in using any account gmail or facebook. Or I can ask how they want to comment.
View 1 RepliesI am working on facebook personalize into our application.
here it show the text box for comment it will postes added our comments.
its get 191 error.
I refer the article to get facebook user detail ... I get one error as... when I click on login with facebook .....
API Error Code: 191API Error Description: The specified URL is not owned by the application
Error Message: Invalid redirect_uri: Given URL is not allowed by the Application configuration.
we need to extract the data from Facebook API for 50k companies per day. When we are running applitation, we are getting error like Application request limit reached. Is there any way around to increase the request limit. I am thining may be dynamcally changing the IP address, resume thread for some time, etc.
View 1 RepliesI see that only name,group,email address we can access at facebook send button. How can i send to my facebook page wall (where i am admin) by clicking facebook send button. It's by default don't show it.
View 1 RepliesI'm using facebook sdk to publish some information on the wall...
var client1 = new FacebookClient(access_token); client1.Post("me/feed", new { message = "Something" });
But I get an error: (OAuthException - #200) (#200) The user hasn't authorized the application to perform this action.
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 Replies