API to share to all social media on one click [closed] - facebook

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I am working on an application,which allows the user to share his promos(promos are daily deals) to all social media in a single click.That is I want to connect his FB,twitter and Linkedin accounts and authorize once and later he can share it to his FB,twitter,linkkedin with a single share button and a message fiels to add custom messg.
Tried to find something online but there are only individual plugins which are mostly for login and not for connect.These sites hootsuite and buffer app have this feature but they dont provide it for third party apps.
Can anyone point to a library that has this feature to connect all the social media and then post to the user wall?

you can use shareholic api to share content across all social media.
https://shareaholic.com/api

There is no library, you have to program that on your own by using all the APIs of those Social Networks - which is what Hootsuite does. That´s why you have to authorize the Hootsuite App to make this work.
https://developers.facebook.com/docs
https://dev.twitter.com/
https://developers.google.com/+/api/
https://developer.linkedin.com/

Related

to search people by photo in facebook ( using face recognition ) [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I am currently working onto a simple image search engine project (going on similarlity search) . Working onto the project, my partner asked with an concept of search people by photo in facebook . SO , i think implementing these concepts into our project would be quite interesting . This cant be a security issue , since at least profile pictures are public .
So , i am here with a question :: Is there any already available api or web service or any software tool that could return result using facebook face recognition by processing the images on facebook store, if the given input is any image of a particular facebook user (which may not in fb store ).
if possible , i would prefer coding in php ,python or java ...........
Or at least hints are always encouraged!!!
By the way ,never mind on language please!!!
Some good APIs for Face Recognition and Feature Detection (Mood, Glasses, ...):
http://skybiometry.com/ (5000 calls/month free)
http://www.faceplusplus.com/ (currently free)
for any Facebook related. you should have to use Facebook API.
They are providing.
Check the Facebook Documentation and gone through this.

Scrape images from wall photo album on facebook [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
Is it possible to scrape the pictures and titles of an album of a facebook group? Any ideas or know a good tutorial to get going with this?
It does not look like this is possible using the API.
You should be able to make a call to /GROUP_ID/albums to get the album_id in the Graph API explorer then make a call to /ALBUM_ID to get the photos.
Both of these calls to groups I admin result in OAuth Errors: "(#3) App must be on whitelist"
Whitelisting apps appears to only be possible by a Facebook employee.
You could try manually scraping the album URL as though you were a browser, but this is not supported and could get you and your group banned.

How to share information to facebook and twitter? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I'd like to integrate the app with facebook and twitter. I.e. when the game is over, the user can click the 'share' button, then login facebook/twitter in the app, share the record in his wall after login dialog.
two questions:
1. Shall I apply the API key for both facebook and twitter, for my app?
2. Since this feature shall be common for most apps, do you have any experiences on it? Or is there any shared library that can be used?
Look at ShareKit, that helps sharing content across various social networks. Haven't tried it myself but heard a lot about it.
For Facebook you can also use the official FacebookAPI lib.
You can find the below link that will help you.
http://getsharekit.com/
http://getsharekit.com/install/#download
https://github.com/ideashower/sharekit/
This above link its help you.
If you just plan to link to Twitter and FB Sharekit might be a bit too much.
Facebook integration is easy, just follow the tutorial on FB developpers site:
http://developers.facebook.com/docs/guides/mobile/
For Twitter, I think that best think to do is rely on iOS native support that will be available in iOS 5 (details under NDA).

Chat API - Similar service like TokBox but for text-based chat? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
I find tokbox is a great service for video chat. But is there any other similar service for text-based chat, that provides api, so that i can manage my own users and chat participants.
Thanks
In another SO question somebody recommended http://www.phpfreechat.net/ but I've no experience of using the service.
As ever Google is your friend and once you know of a service such as PHP Free Chat you can do a related search and get some other options.
You could also build a chat solution using Pusher, who I work for. We offer a number of publisher libraries and client libraries in different technologies including JavaScript. We offer presence functionality that makes building chat forums really easy which is why it's one of the big use of Pusher.
Edit
There is also CometChat which may be worth looking at.

How to write specific application for facebook? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
Please help me with documentation to write specific application for Facebook.
Need to know, what language to choose? is specific facebook API? is documentation for API? is site with samples catalogue? need to know all related info. Some words about app, it would be app, which compare users interests.
Thanks in advance.
You can use pretty much any language, with PHP being one of the most popular ones (after all, Facebook was written in PHP). In order to get started, check out one of the following introductory articles on Facebook app development.
Intros
HOWTO: Create a Facebook App with Google App Engine and Best Buy Remix
How to Write Your Own Facebook App in 5 Minutes
How To Build A Facebook Application
Facebook docs
Facebook Dev Documentation
Facebook Developer Group
Build the social and personalized web.
Other useful stuff
Monetizing Facebook applications
http://developers.facebook.com/docs/
(first result when googling "facebook development api")