how to get share count from stocktwits - stocktwits

I like to integrate stocktwits url share in my site and I just want to know how to get share count of a particular URL like fb and twitter doing.
Thank you in advance.

Sorry we don't have that data available in the API. I will make note of it and maybe we offer such an endpoint in the future.

Related

How can I find most shared/liked/commented post of a location (country/city) by calling facebook api

I'm looking for a way to find most shared/liked/commented facebook post of a location (country/city) by calling facebook api?
Is this possible to create through the Facebook API? I could not find how to pull information in general that many websites offer.
Any help would be greatl! Thanks
No, there is no direct possibility to do that. You can only get Pages/Places by location (Search API), read their feed (/page-id/feed), go through the posts and calculate on your own.

How to pull trending news from Facebook Graph API?

I would like to pull trending news from Facebook in JSON, in order to use it in other application, but I couldn't find a way to do this. I have tried:
https://graph.facebook.com/v2.5/search/type=trending&access_token=my_accesstoken
and
https://graph.facebook.com/v2.5/search/type=news&access_token=my_accesstoken
but neither work.
Can someone help me please? I would like to know the correct url and type for accessing it.
The API you are trying to leverage is closed off to the public.
The API you are looking for is Keyword Insights
Which is not available to public anymore.

Is there a way for users to invite their friends via LinkedIn using iPhone sdk?

I am done with login using linkedIn but I did a lot of goggling and did not find a way to invite friends via LinkedIn. If Somebody have done this then please give me a guidance or tutorial to get rid of this.
Any help will be appreciated..
Thanks in advance
Once logged in, you should be able to invite people as friends using LinkedIn's own API. Check out the documentation here. This will involve POSTing XML to the API as described on that page.
Note that there are some "usage guidelines" you'll need to follow, too (The user must be given a choice about whether to send the invitation, etc...)

how to make a facebook app request a specific id for each user?

This is the first time I am using FB's API and I was wondering how would you make an app request a specific id for each individual user? Basically what I am doing is setting up a page hosting service and I would need to have the app request the specific page for each user apart. This might be trivial but I couldn't find any info on this! Any info is greatly appreciated!
Thank you,
Anton
You can achieve this by using :
FQL : http://developers.facebook.com/docs/reference/fql/apprequest/
or
By graph api : http://developers.facebook.com/blog/post/464/

Facebook - refer a friend

I'd like to enquire with the Facebook heads on here about how best to do the following:
I'd like to run a promotion from my Facebook business page that encourages users to recommend a friend in order to gain access to enter a competition. Obviously being in the Facebook environment it would be preferred to encourage Facebookers to refer friend's on their profile. Anybody know if there's an app out there (I've searched and not found) that does this? Does the Facebook API allow access to select specific friend(s) to notify on Facebook?
Thanks for your help & suggestions.
Yes, you need to have read_friendlists as an added permission to your facebook app.
From there I think you can do a FB.api() kind of call to get that information
Source
I think the requests dialog does what you were looking for?