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.
Related
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 have an idea for a small project around music discovery. I'm hoping to find a service that has access to a huge collection of music (a la Spotify, Google Play, etc) but doesn't require each user to already have access to that.
Does this sort of service/api exist somewhere? My googling didn't turn up anything.
Thanks!
There are commercial options, but for your project you might consider Radio Reddit. We have a fairly large library of music mostly fun unsigned musicians.
While we haven't officially documented the API and are still under construction, the media APIs work well and are easy to understand. You can look at your tab while browsing music on the site for an example, or email me at brad#radioreddit.com.
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/
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).
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
I am developing mobile application for android and for iphone. I have an advanced handmade logger which tracks every user action and sends logs to server. If there is no internet it stores logs and sends them later.
The questions are is there a logging system on the market, with which I can track anything I want(method logger.write I assume :))
And the main question: which system I should use for complex data analysis? F.ex. to see how much time users with specific phone model spent on given page after visiting another page.
To answer your main question I suggest you to use Flurry Analytics. I am using it on Android and it is very simple to integrate. Everything you need to know is on their WikiPage.
There is Omniture for android iphone web.
Both Android and iOS support Google Analytics. It allows you to define your own custom events and offers a lot out-of-the-box for analyses.
Android: https://developers.google.com/analytics/devguides/collection/firebase/android
iOS: https://developers.google.com/analytics/devguides/collection/ios/v3
You can use sitecatalyst which is available for all the platforms.
Check this link
Another good option would be Parse.com, they are evolving every day. I think the best analytics provider would be Omniture (an Adobe service - Paid) followed by Google Analytics (Free).
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")