This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| twttr.events.bind('tweet', function(event) { | |
| if (event) { | |
| var targetUrl; | |
| if (event.target && event.target.nodeName == 'IFRAME') { | |
| targetUrl = extractParamFromUri(event.target.src, 'url'); | |
| } | |
| _gaq.push(['_trackSocial', 'twitter', 'tweet', targetUrl]); | |
| } | |
| ); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {'entities': [{'entity_data': {'affiliated_organizations': None, | |
| 'bioguide_id': None, | |
| 'campaign_finance': {'contribution_total': 4710117.0, | |
| 'contributor_local_breakdown': {'in_state': 1634401.0, | |
| 'out_of_state': 589410.0}, | |
| 'contributor_type_breakdown': {'individual': 2223811.0, | |
| 'pac': 2486306.0}, | |
| 'recipient_breakdown': None, | |
| 'top_industries': [{'amount': 422085.0, | |
| 'id': 'b775d925e47f4648b1f1fd3e08625465', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| http://inbox.influenceexplorer.com/contextualize?apikey=<your-key>&text=Last year, as [Rep. Darrell Issa] began recruiting for his committee, he selected Peter Warren, a lobbyist for the student loan industry. Warren had been president and executive vice president of government affairs of the Education Finance Council (EFC), a trade association for student loan companies and nonprofits, since 2004. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| http://graph.facebook.com/oauth/authorize? | |
| client_id=YOUR_APP_ID | |
| &redirect_uri=YOUR_APP_URL | |
| &response_type=token | |
| &response_type=code_and_token |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| http://graph.facebook.com/oauth/authorize? | |
| client_id=YOUR_APP_ID | |
| &redirect_uri=YOUR_APP_URL | |
| &response_type=token | |
| &response_type=code%20token |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "version": "3", | |
| "status": "ok", | |
| "response": | |
| { | |
| "data": | |
| [ | |
| { | |
| "url": "https://foursquare.com/venue/215159", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $userid = "[user id]"; | |
| $userkey = "[user key]"; | |
| $orderId = "00-0131-00071-30837"; | |
| $format = "json"; | |
| $environment = "Sandbox"; | |
| $URL = 'http://developer.mimeo.com/api/poster/orderstatus'; | |
| $QueryString = "?userid=" . $userid; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <rsp stat="ok"> | |
| <topics> | |
| <topic name="contacts_photos" display_name="photos from your contacts" /> | |
| <topic name="contacts_faves" display_name="favorites from your contacts" /> | |
| <topic name="photos_of_contacts" display_name="photos of your contacts" /> | |
| <topic name="photos_of_me" display_name="photos of you" /> | |
| <topic name="my_photos" display_name="your photos" /> | |
| <topic name="my_faves" display_name="your favorites" /> | |
| </topics> | |
| </rsp> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <rsp stat="ok"> | |
| <topics> | |
| <topic name="commons" display_name="photos from the Flickr Commons" /> | |
| </topics> | |
| </rsp> |