In my application i try to integrate New FBconnect api using this tutorial ,but when i run this tutorial source code its give me following Errors.
Here is link of this Tutorial http://gabriel-tips.blogspot.com/2011/10/how-to-post-on-facebook-wall-through.html.
I request to all Who want to help me please check this tutorial before Answering me,bcz my work is related as done in this tutorial.so please guide me about this tutorial.Any help will be appriated.Thanx in advance.
Forget about older tutorials and random sample code found on the web. Facebook has an official sample project for you to use called HackBook. It includes several working examples that you can dissect. You should download this, read their instructions, and see exactly how to achieve Facebook functionality within your app.
There is a api called AddThis. You can use that api to share anything over hundreds of social networking sites including twitter and Facebook.
You will get the documents and api on this link.
http://www.addthis.com/
Related
I'm trying to log the user into google and get a UserCredential for the youtube Api. I've made many research but all the informations i've found are outdated or arn't working on xamarin. Can somebody send a link to an updated documentation whitch work on xamarin android, an exemple (like a github) or describe here how to do it.
Thanks for reading.
I am quite new to iOS and i am trying to post something from my App on salesforce(like we share something on twitter). For that i want to first display the login screen if user is already not logged in and if user is logged in he can post on salesforce from my app. Please guide me to a tutorial or some sample code. i have done a hell lot of searching on web but didn't find any good tutorial. i have already added the SDK to my project but not able to figure out how implement all this.
Thank you.
what about this : SalesForce on iOS login without using the SalesForce Webview?
The post point to SFDC API for iPhone. May be you will found what you need.
I want to integrate twitter api in my BB (OS 5 and above) application. Is there any api available. I already tried twitter api me, but no success.
Please halp.
Thanks.
I have found the Twitter APIME SDK to work well.
For my particular purposes, I have updated it a little and provided a simplified interface that you can find here:
http://supportforums.blackberry.com/t5/Java-Development/Twitter-integration-exception/m-p/2520587#M221951
Hopefully this link takes you to the post that contains the download for my updated project, if not search the Thread for it.
All I wanted to do is provide an interface that sends a tweet and posts to a facebook wall, and the supplied code does that fine for me in OS 5.0 and above.
Does anyone has already succeeded integrating facebook comments in iOS ?
I am making an app for a blog and I simply want to integrate facebook comment
I tried the UIWebView way, but it doesn't show anything in iOS 6. I tried a lot of thing to make it work, but I stopped when I saw that it doesn't show up in the web view of the twitter app.
I also tried to integrate the SDK, although it's impossible to publish comment (error from the api), I tried at least to retrieve all the comment attached to an URL, but as it's not possible to join table in FQL, I would have to,for each comment, retrieve informations about the user that has posted the comment... Silly !!
Am I the only one Facebook cursed ?
I have not been able to do this either so at least two of us are cursed. It would be great if facebook allowed you to use the facebook comment box to comment on facebook posts. I for one do not find working with the facebook API documentation very helpful.
I'm trying to integrate facebook graph into my app. I've tried to follow the official-creepy-nonexaustive documentation of facebook, but it doesn't work.
There are any well written tutorial out there?
Thanks
Facebook SDK – Posting to User News Feed
A recent, solid explanation of how to post to a user's feed, which should help get you there.