could i use custom search engine without interface in my apps?
I already checked the documents but it doesn't explain about that.
i already asked to help center but no answer yet.
i only need results.
please if you know, help me.
Yes--that's precisely what the Custom Search JSON API is for.
https://developers.google.com/custom-search/v1/overview
Related
Can someone explain normally, how i can create directus interface extension? I readed docs, but i didn't understand anything from there. It just says that we can use vue js, but not a word about the implementation itself. I've been sitting for 4 hours and I can't find a normal source. The question is: Сan someone suggest what ш need to learn or read in order to be able to write interface extensions?
Tried:
https://docs.directus.io/extensions/interfaces.html
Dimitrov Adrian github repos..
I would suggest reading all of the extensions documentation from the start.
The page I've linked explains how to begin creating an extension, the page you have linked is a specific type of extension.
https://docs.directus.io/extensions/creating-extensions.html
I have a special question working with the Crowdtangle API: Does anybody know, if it is possible to fetch the embedded code of a post via GET/posts Syntax? Or is it generally restricted? In addition I have the same question for getting comments of a special post. Didn't find any solutions or workarounds by doing that. And of course I read the documentation. Maybe somebody can give input :-)
Can someone help me with how to implement a site specific search in google custom search version 1 code? Ex. search only
http://www.example.net/somesite/somesubsite/
For version 2 code, I can use the as_sitesearch parameter. But I need more control over the style of the search form, so I must use V1. I'm unclear how to implement this with V1.
Also, I cannot find documentation on the scripting that's incorporated into v1, if someone knows where that might be hiding, I would appreciate it. I have scoured https://developers.google.com/custom-search/docs/ and I must be overlooking it.
Take a look at the Google custom search V1 data rendering docs, located here https://developers.google.com/custom-search/docs/js/rendering
I am trying to use the Google Custom Search to search for image. I want to filter results from the custom search engine by licencing. Are there any settings to find creative commons images? I would appreciate any help with this.
Yes there is a way indeed, please refer to this guide.
I'm trying to update my app (iSocialNet) to use the latest version of MGTwitterEngine without success. I've successfully got iSocialNet to work using Ben Gottlieb's Twitter+OAuth, but there are issues that come with it.
What I would like to do is make my own 'TwitterEngine' but I'm not sure where to start. Can anyone please point me in the right direction? I must warn you that my knowledge of ObjC is minimal, but I'm getting there. Any help is appreciated.
The problem with Twitter+OAuth is that I can't get native retweets to show in the timeline, there's no retweet feature in the MGTE supplied, I can't get all users that a person follows and that's just what I've encountered so far. This is why i need to either update MGTE which comes with OAuth or i need to implement my own engine. I know that OAuth is tricky, but there's a library that MGTE uses that I would use. It's the actuall speaking to twitter that I don't understand.
Many thanks in advance
You could try to parse the timeline directly off twitter, I have same problem and I think it may solve the retweet problem as well as parse the follower list off twitter too ;)
I'd recommend you to explain your problems with Ben Gottlieb's Twitter+OAuth here better than implementing a new OAuth engine, that's absolutely not trivial and with little Objective-C knowledgement it could be disappointing for you! We can help each other here and by reusing code.