I want to fetch image links in my account from Imgur.com
I know that there is an API for this but I don't know where to start since there are examples for uploading images but not getting links.
I decided to use PHP and cURL but I tried and no luck.
Please help.
Complete OAuth authentication. (Here's an example of using OAuth with twitter via the PECL OAuth extension)
Call http://api.imgur.com/2/account/images.json?count=70&page=1
Related
I have to start working on a script to upload images to flickr following the documentation here but I can't understand how to authenticate following the instruction here.
Can anyone with experience with that tell me the steps I need to follow for it? for example:
should I have to authorise the app before to start doing uploads?
should I have to authenticate before every single upload?
how can I compose the url to get the signature? this is what I am using ATM but is asking me for a callback url I can't see in this doc page:
'http://flickr.com/services/auth/?api_key='.$KEY.'&perms=write&api_sig='.md5($SECRET.'api_key'.$KEY.'permswrite');
thanks
i am trying to develop web application for video upload from website to youtube channel.
I have already created Client ID, Client secret and API Key.
But i don't know how to use it, also found tutorial on online but any time i unable to complete this script.
anybody have ready-made script, so i can complete my project.
YouTube's developers site has PHP video upload sample code here.
I am trying to use the API to Get a list of documents on a Google Drive then if I need to download a selected file that I query for. I cannot for the life of me figure out OAUTH and how to do this. I have a client ID , client secret key, but the documentation sucks.
I am trying to use :
https://developers.google.com/drive/v2/reference/files/list
Can you you use OAUTH with out having a use give permissions?
Can you you use OAUTH with out having a use give permissions?
No. That would defeat the purpose of OAuth.
My suggestion is start by ignoring Drive completely. Focus on understanding OAuth first.
Use the Oauth playground https://developers.google.com/oauthplayground/ and this page https://developers.google.com/accounts/docs/OAuth2 as your ONLY documentation. Everything you need to know is on those two links.
Once you have grasped Oauth, then use the Try It Now feature of https://developers.google.com/drive/v2/reference/files/list
to see how the Oauth token is used in your drive requests.
Can anyone help me with a step by step sample on how to get Get Facebook user album=> photos and inserted into Mysql db on a another website using PHP
like some kind of import this facebook user's albums from facebook script for a website
Thanks
Build a web server that can host your php and mySQL. Make sure you get a valid SSL cert.
Research the Graph API's album to determine what data structure to implement. https://developers.facebook.com/docs/reference/api/album/
Get a facebook app configured. https://developers.facebook.com/apps
Play around with the graph API to understand your queries you will need to write https://developers.facebook.com/tools/explorer
Use the PHP SDK to write your integration with Facebook https://developers.facebook.com/docs/reference/php/
i read some documents but its not clearly described any where. could you tell me step by step, how can i upload a video to facebook via php?
-register facebook
-verify account
-create facebook app
then???
Try this how-to: http://developers.facebook.com/blog/post/515/#video_upload