We have been developing on the a software.
We were using feature Public Post Search API of Facebook.
However Facebook will be deprecated it at April 30, 2015. Do you have the alternative of this property?
Could we use this feature through Facebook Partners ?
If there is no such a partnership, would you recommended us to any company?
Could we use the Facebook API search feature with media solution partner program offered by facebook?
Thanks.
Do you have the alternative of this property?
No
Could we use this feature through Facebook Partners?
https://developers.facebook.com/docs/mediasolutions There should be an email there, the bar is probably quite high for partnership
If there is no such a partnership, would you recommended us to any company?
See previous
Could we use the Facebook API search feature with media solution partner program offered by Facebook?
No.
Related
i am developping a mobile app which can use the facebook API to create and diffuse publicities. but i don't know which API to use. i saw somewhere th MARKETING API can be the one but i am not sure.
The markeying API is one choice. However, there also exists the Facebook Ads API. The only problem with this one is that you have to be approved and verified by Facebook to use it.
I want to build an app where the app user can from within the app
search Instagram's most recent media by a search term (Hashtag-Search)
post comments to Instagram posts
For searching Instagram the Graph API can't be used, because it doesn't has such capability. Therefore I need to use the old Instagram API, correct? But Instagram states "The Instagram Graph API is Now Available to All Developers. For Non-Business Instagram Accounts please continue to use the existing Instagram Platform API". The users of my platform have business accounts which I need for posting comments via the Graph API.
Do I have to use the Instagram API for searches by the app users (1.) and the Graph API for posting comments(2.)?
Is there another way to search for Instagram media which is not against Instagram policies?
Yes, You need to use both APIs; in other words, have to have access token for both apps just for the same Instagram account, doing oauth handshake to each API's authentication.
Also to note - for your first requirement: Search media by hashtags in Instagram API, you need your app to have public_content scope; which Instagram no longer approves to new apps. So, unless you have an oauth app already with this scope for Instagram API; most likely it wouldn't be possible to use developer apis for search.
For limited tag search you can use public web api:
https://www.instagram.com/explore/tags/{tagName}/?__a=1
for example: https://www.instagram.com/explore/tags/apple/?__a=1
This is just for recent media - I guess, this API does not guarantee all media.
This is no longer correct.
The graph API has the endpoint ig_hashtag_search, which will find the ID of the hashtag. You can then use it to search for media on endpoints recent_media and top_media.
I want to follow users through Facebook Graph API.There is no documentation available.
That is not possible via API – most likely because it would just be abused to much, and have app developers subscribing user to follow people without the user being aware of it.
For the web, there is a social plugin available, so that the user can actively trigger a subscription: https://developers.facebook.com/docs/plugins/follow-button/
I've been writing a small Facebook app which uses the unified_thread table using FQL. According to the documentation at the unified_thread documentation page the new messaging system is coming to all users. Where is it announced when that will happen? Is there some canonical resource by Facebook where they have some form of roadmap?
It looks like your wish will be granted on Nov 30th, 2011: Steps Toward the New Messaging System
Also, here is a direct link to the Facebook Dev Roadmap: Developer Roadmap
Facebook has officially launched its Facebook Questions. Does anyone know if it's possible to add one of the new Facebook "Question" polls through the Graph API? If so, how?
Thank you very much
They just announced this is available on their blog. To get them, issue an HTTP GET request to the USER_ID/questions endpoint with the user_questions or friends_questions permissions.
Update: they also just announced that you can create questions now via the API.
I've searched the http://developer.facebook.com page for poll related search terms and also online. This yielded no notable results.
It's probably worth making a poll with an external website, most I'm sure are compatible with the Open Graph but will not provide the Facebook interface that you expect on Facebook itself.
This has been deprecated as of Grpah 1.0 - https://developers.facebook.com/docs/graph-api/reference/v2.0/question