This is the search results for
Devianart
and this the search results for my website
en3etni.tn
I want to customize my search results like Devianart
Linkedin
First of all you can create a Linkedin profile for your company.
Google+
Just like Linkedin you can create a Google+ profile for your company/business
Wikipedia
On Wikipedia you have an option to create a Wikipedia page for your company/business; In this you can type all important public information of your company (founders, job of company, etc. )
Twitter
This isn't as important as the others although you can make a Twitter page for your commpany/business to promote it even more.
Conclusion
Hope all of these help, as these are main social media platforms to take into consideration to promoting your business to get a better search result.
Related
I did create a client in Instagram API but I'm in sandbox mode. My wife have a makeup store account and she is doing a giveaway and the rules is comment a post and mention another 3 friends. So, how can I get all the comments of the photo using or not Instagram API?
We have a web application in: www.beautyglamsd.com and I though that I can put the people that already are in the comments.
You can use service like this one to host your giveaway (works for Instagram, Youtube, Tiktok and VK). You can automate all tasks and save your time (check for like, follow, sponsors).
So my app just got approved, but only with the basic scope. I am creating a MyFollowers app that track new, lost followers etc.. I added video showing my login. Then the amount of following, followers and posts. Then I showed sandbox users for not follow me back.
These are the scopes I need: basic+follower_list+public_content+relationships
Any ideas what to do to get more scopes accepted?
From the Instagram page:
As of 10/1/2017, all permissions other than the basic permission will be unavailable to submit for or obtain.
If you need these permissions you would have to use the new Instagram graph API wich works only for instagram business accounts.
From my understanding, the basic permission ("basic - to read a user’s profile info and media"), which is the only one they are taking requests for now is for photo printing apps and apps like Tinder that retrieve photos.
I have been reading up on this the last few days and can't seem to find much else on the basic permission and how else it may apply, e.g. displaying posts, mind some forums say it doesn't allow this.
However If you look at this link they seem to be getting the thumbs up http://www.iamspecialized.com
Also, Tinder enables users to display 20 (i think) photos directly from Instagram which of course links the viewer to Instagram if they wish, thus they are displaying posts in a way.
See also https://vibbi.com which displays public profiles and posts.
From what sites I've seen with approval, and what I have read, it appears to me that the clause: "to read a user’s profile info and media" is quite broad so that Instagram have discretion as to who they approve. So, if you're not putting forward a great product built on a big budget, then you're likely not to be approved. IMO.
I will be going through the permission process next year. Would love to hear from others who have done so.
Working on log analysis, I found a string with odd syntax and contents, by parsing page field of web log (a webshell?):
/campaign/(f(2ewt_ygmarlagti7sw4tvhj0zk17klgxnhnk1aawgtixm5x-2qmvsvouolvaffrhitumf4wnk496p2dbzmkc3ywfloksiixdtrlawmt78f_mg-45kdzzpdlnogeishkcgtohttp://www.facebook.com/externalhit_uatext.phptelf6gqmu2ia0i1j5lfgmcvw1))/home/index
Could someone guide me how to decode this string and find a clue ? Also why is the following:
http://www.facebook.com/externalhit_uatext.php
included in the string?
I am quoting https://www.facebook.com/externalhit_uatext.php
Facebook allows its users to send links to interesting web content to other Facebook users. Part of how this works on the Facebook system involves the temporary display of certain images or details related to the web content, such as the title of the web page or the embed tag of a video. Our system retrieves this information only after a user provides us with a link. You may have found this page because a Facebook user sent a link from your website to other Facebook users. If you have any questions or concerns about any links or content sent by one of our users, please contact us at legal#facebook.com.
My guess is that someone posted a link to your website to Facebook and someone clicked on that link (visited your website through that link). The (probably) encoded stuff seem a bit random though. If I were you I would either post a link from my website on Facebook, click on it and see if I get something similar. If it doesn't look like that, I would contact legal#facebook.com to clarify whether it is linked to them.
On both Facebook and Twitter, you can do a simple search of hashtags on these channels via a URL search, for example,
https://www.facebook.com/hashtag/myhashtag
Can you do the same with Instagram also? I can't seem to figure it out. I did find some API, but that's about all: https://instagram.com/developer/endpoints/tags/
This might be something that Instagram implemented after this question was originally asked, but this currently works:
http://instagram.com/explore/tags/yourhashtag
OR
http://instagram.com/tags/yourhashtag
The latter simply redirects to the former, but it's handy to have a shorter URL in some instances.
You'll find out more about how to customise Instagrams URLs by using endpoints on their API documentation page.
I'm not very familiar with how to use URL parameters and I'd be curious to know if anyone has found a way to filter via URL both by user and hashtag. Meaning that you show everything a specific user has posted with a specific hashtag. Many Instagram plugins allow you to do this at the same time, so one would hope it's possible via URL as well.
There is the instagram public API's tags section that can help you do
this. http://instagram.com/developer/endpoints/tags/
http://iconosquare.com/tag/ is another alternative
For example: http://iconosquare.com/tag/flowers
via https://stackoverflow.com/a/11182218/1085891
There is a search API can be used by developers to conveniently query posts, people in Facebook. But is there a full list of the parameters supported by the Facebook search API?
Facebook official docs provide what you need .graph api reference page has nice table describing what are various fields that can be used to call graph api.
Few links to use graph API and its reference
https://developers.facebook.com/docs/graph-api/using-graph-api/
https://developers.facebook.com/docs/graph-api/reference/
Github gist of Facebook Cheatsheet
https://gist.github.com/stevedev/1097432
Ill assume you did not find/read their website on FQL, so Ill give you that address now.
https://developers.facebook.com/docs/reference/fql/