How to use openinviter with twitter and facebook? - contacts

I'm trying to use openinviter. It works well for yahoo, gmail, hotmail but I can't make it work for facebook and twitter. However, the openinviter website tells that facebook & twitter service are working. Is there something different to do when using facebook and twitter?
Thanks

There's actually a problem with Twitter, here's the fix:
http://jaidane.wordpress.com/2011/12/29/openinviter-twitter-plugin-unable-to-get-contacts-error-october-2011/

Related

Getting posts (feeds) from Facebook, Twitter, Youtube, Google+, Instagram using their APIs

Can I get posts with likes and other information from public profile of any user at Facebook, Twitter, Google+, Youtube and Instagram using their APIs, if I'm not logged in at any of these services? I need to use it developing PHP/JavaScript application.
Thanks in advance.
Yes, you can. But there is one condition, the profile you're accessing must be public. Also one has his own API's so it can get a little tricky. I think you don't even need PHP because the APIs from google & facebook come in JS.
A tip that might help you. Try firebase. Firebase is a framework that makes client-side development easier. You can include Google APIs & facebook APIs.
I'm a native Spanish speaker so I'm sorry for my English. Anyway, check firebase. It should help.

Auto Post - Share Article On LinkedIn and Google+

I am trying to auto post(without any authentication) an article on social sites like twitter, facebook, linkedin and google+. For facebook and twitter, auto post sharing is working. But for linkedin and google+, i am working continuously but no luck. Kindly help me if anyone of you suffers from the same.
Note : Authentication not allowed, directly share to linkedin and google+.
For facebook and twitter, auto post is already working for me. Now linkedin auto post is also working without any authentication only access token needs to gets authenticate.
I follow https://github.com/Happyr/LinkedIn-API-client to achieve my objective.

How to post in facebook fanpage automatically from my website?

How to post in facebook fanpage automatically from my website ?
for example when i update new post in my website and i need to post in facebook fan page automatically....
I believe Facebook offers a certain number of APIs which would allow you to integrate Facebook into your own website to some degree; you can always try their dev centre.As far as I know, however, you can only post to Facebook through social networks like Twitter (see: linking a Twitter account to Facebook), or through Facebook apps you've developed yourself.
You need to create facebook app and use the app secret key and and API key in facebook SDK
script for automatic posting. for more details click the following link. I think this may help you. http://www.damnsemicolon.com/php/auto-post-facebook-with-facebook-sdk

php - facebook quick login

I am trying to price up a quote and one thing on there is a facebook 'quick' login on the members area of the site in question. I think it is like open id. Is there any tutorials that anyone know of to accomplish this?
I guess there should be a fair number of tutorials out there:
How to Authenticate Users With Facebook Connect
The Facebook PHP-SDK has a nice example that could be used (with some work) to achieve what you want.
I've written a tutorial about the Registration Plugin (one of the flows) if you are interested.
There are many tutorial which will be helpful in Login with Facebook as well as you can login with multipal sites.
You can use PHP OAuth API: Authorize and access APIs using OAuth
written by Manuel Lemos. It provides built-in support for OAuth servers of Bitbucket, Box.net, Disqus, Dropbox, Eventful, Facebook, Fitbit, Flickr, Foursquare, github, Google, Instagram, LinkedIn, Microsoft, RightSignature, Salesforce, Scoop.it, StockTwits, SurveyMonkey, Tumblr, Twitter, XING and Yahoo.
Also
http://www.9lessons.info/2011/02/login-with-facebook-and-twitter.html
2.http://www.a2zwebhelp.com/login-with-facebook
3.http://runnable.com/UfwdES1fQz9uAAAh/simple-facebook-connect-php-example

Share a link on FaceBook without creating a facebook app

From my iPhone app I would like to share a link on Facebook. I know that this can be done by creating an app in the facebook and use the id/key of that Facebook app.
Is there any other way for sharing a link in FB, like the AddThis library for webapps. So that I neednot create an app in the facebook
AddThis has iOS Sdk now : http://www.addthis.com/help/ios-overview
Not that I know of. AFAIK, the best & easiest way to do this is w a Facebook app. User authentication (through a Facebook app) is required in order to post anything to a wall; anonymous wall posts are not allowed. It's really easy to create a Facebook app. Then, check out the facebook-ios-sdk.
Unfortunately you cannot have anonymous wall posts to facebook, so I would recommend using the sdk, if you only need to post to walls, take a look at www.getsharekit.com which will make this trivial to do